Class PasswordCredentialsInfoImpl
java.lang.Object
org.alfresco.repo.remotecredentials.AbstractCredentialsImpl
org.alfresco.repo.remotecredentials.PasswordCredentialsInfoImpl
- All Implemented Interfaces:
Serializable,PermissionCheckValue,BaseCredentialsInfo,PasswordCredentialsInfo
public class PasswordCredentialsInfoImpl
extends AbstractCredentialsImpl
implements PasswordCredentialsInfo
This class represents a password based set of credentials
- Since:
- Odin
- Author:
- Nick Burch
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPasswordCredentialsInfoImpl(NodeRef nodeRef, String remoteSystemName, NodeRef remoteSystemContainerNodeRef) -
Method Summary
Methods inherited from class org.alfresco.repo.remotecredentials.AbstractCredentialsImpl
getCredentialsType, getLastAuthenticationSucceeded, getNodeRef, getRemoteSystemContainerNodeRef, getRemoteSystemName, getRemoteUsername, setLastAuthenticationSucceeded, setRemoteUsernameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.alfresco.service.cmr.remotecredentials.BaseCredentialsInfo
getCredentialsType, getLastAuthenticationSucceeded, getNodeRef, getRemoteSystemContainerNodeRef, getRemoteSystemName, getRemoteUsername
-
Constructor Details
-
PasswordCredentialsInfoImpl
public PasswordCredentialsInfoImpl() -
PasswordCredentialsInfoImpl
-
-
Method Details
-
getRemotePassword
- Specified by:
getRemotePasswordin interfacePasswordCredentialsInfo- Returns:
- the Remote Password
-
setRemotePassword
-
toString
-