Interface PasswordCredentialsInfo
-
- All Superinterfaces:
BaseCredentialsInfo,PermissionCheckValue,Serializable
- All Known Implementing Classes:
PasswordCredentialsInfoImpl
public interface PasswordCredentialsInfo extends BaseCredentialsInfo
This class represents a password based set of credentials- Since:
- 4.0.2
- Author:
- Nick Burch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRemotePassword()-
Methods inherited from interface org.alfresco.service.cmr.remotecredentials.BaseCredentialsInfo
getCredentialsType, getLastAuthenticationSucceeded, getNodeRef, getRemoteSystemContainerNodeRef, getRemoteSystemName, getRemoteUsername
-
-
-
-
Method Detail
-
getRemotePassword
String getRemotePassword()
- Returns:
- the Remote Password
-
-