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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasswordCredentialsInfoImpl()PasswordCredentialsInfoImpl(NodeRef nodeRef, String remoteSystemName, NodeRef remoteSystemContainerNodeRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRemotePassword()voidsetRemotePassword(String password)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
-
-
-
-
Method Detail
-
getRemotePassword
public String getRemotePassword()
- Specified by:
getRemotePasswordin interfacePasswordCredentialsInfo- Returns:
- the Remote Password
-
setRemotePassword
public void setRemotePassword(String password)
-
-