com.liferay.client.soap.portal.service.http
Class Portal_PasswordPolicyServiceSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.liferay.client.soap.portal.service.http.Portal_PasswordPolicyServiceSoapBindingStub
All Implemented Interfaces:
PasswordPolicyServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub

public class Portal_PasswordPolicyServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements PasswordPolicyServiceSoap


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
Portal_PasswordPolicyServiceSoapBindingStub()
           
Portal_PasswordPolicyServiceSoapBindingStub(javax.xml.rpc.Service service)
           
Portal_PasswordPolicyServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 PasswordPolicySoap addPasswordPolicy(java.lang.String name, java.lang.String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minLength, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount)
           
protected  org.apache.axis.client.Call createCall()
           
 void deletePasswordPolicy(long passwordPolicyId)
           
 PasswordPolicySoap updatePasswordPolicy(long passwordPolicyId, java.lang.String name, java.lang.String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minLength, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount)
           
 
Methods inherited from class org.apache.axis.client.Stub
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portal_PasswordPolicyServiceSoapBindingStub

public Portal_PasswordPolicyServiceSoapBindingStub()
                                            throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Portal_PasswordPolicyServiceSoapBindingStub

public Portal_PasswordPolicyServiceSoapBindingStub(java.net.URL endpointURL,
                                                   javax.xml.rpc.Service service)
                                            throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Portal_PasswordPolicyServiceSoapBindingStub

public Portal_PasswordPolicyServiceSoapBindingStub(javax.xml.rpc.Service service)
                                            throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addPasswordPolicy

public PasswordPolicySoap addPasswordPolicy(java.lang.String name,
                                            java.lang.String description,
                                            boolean changeable,
                                            boolean changeRequired,
                                            long minAge,
                                            boolean checkSyntax,
                                            boolean allowDictionaryWords,
                                            int minLength,
                                            boolean history,
                                            int historyCount,
                                            boolean expireable,
                                            long maxAge,
                                            long warningTime,
                                            int graceLimit,
                                            boolean lockout,
                                            int maxFailure,
                                            long lockoutDuration,
                                            long resetFailureCount)
                                     throws java.rmi.RemoteException
Specified by:
addPasswordPolicy in interface PasswordPolicyServiceSoap
Throws:
java.rmi.RemoteException

deletePasswordPolicy

public void deletePasswordPolicy(long passwordPolicyId)
                          throws java.rmi.RemoteException
Specified by:
deletePasswordPolicy in interface PasswordPolicyServiceSoap
Throws:
java.rmi.RemoteException

updatePasswordPolicy

public PasswordPolicySoap updatePasswordPolicy(long passwordPolicyId,
                                               java.lang.String name,
                                               java.lang.String description,
                                               boolean changeable,
                                               boolean changeRequired,
                                               long minAge,
                                               boolean checkSyntax,
                                               boolean allowDictionaryWords,
                                               int minLength,
                                               boolean history,
                                               int historyCount,
                                               boolean expireable,
                                               long maxAge,
                                               long warningTime,
                                               int graceLimit,
                                               boolean lockout,
                                               int maxFailure,
                                               long lockoutDuration,
                                               long resetFailureCount)
                                        throws java.rmi.RemoteException
Specified by:
updatePasswordPolicy in interface PasswordPolicyServiceSoap
Throws:
java.rmi.RemoteException