Class PasswordCredentialsInfoImpl
- java.lang.Object
-
- org.alfresco.repo.remotecredentials.AbstractCredentialsImpl
-
- org.alfresco.repo.remotecredentials.PasswordCredentialsInfoImpl
-
- All Implemented Interfaces:
java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasswordCredentialsInfoImpl()PasswordCredentialsInfoImpl(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String remoteSystemName, org.alfresco.service.cmr.repository.NodeRef remoteSystemContainerNodeRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRemotePassword()voidsetRemotePassword(java.lang.String password)java.lang.StringtoString()-
Methods inherited from class org.alfresco.repo.remotecredentials.AbstractCredentialsImpl
getCredentialsType, getLastAuthenticationSucceeded, getNodeRef, getRemoteSystemContainerNodeRef, getRemoteSystemName, getRemoteUsername, setLastAuthenticationSucceeded, setRemoteUsername
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.alfresco.service.cmr.remotecredentials.BaseCredentialsInfo
getCredentialsType, getLastAuthenticationSucceeded, getNodeRef, getRemoteSystemContainerNodeRef, getRemoteSystemName, getRemoteUsername
-
-
-
-
Constructor Detail
-
PasswordCredentialsInfoImpl
public PasswordCredentialsInfoImpl()
-
PasswordCredentialsInfoImpl
public PasswordCredentialsInfoImpl(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String remoteSystemName, org.alfresco.service.cmr.repository.NodeRef remoteSystemContainerNodeRef)
-
-
Method Detail
-
getRemotePassword
public java.lang.String getRemotePassword()
- Specified by:
getRemotePasswordin interfacePasswordCredentialsInfo- Returns:
- the Remote Password
-
setRemotePassword
public void setRemotePassword(java.lang.String password)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-