Package com.alfresco.auth
Class Credentials
-
- All Implemented Interfaces:
public final class CredentialsData class holding authentication credentials.
-
-
Method Summary
Modifier and Type Method Description final StringgetUsername()Username associated with credentials. final StringgetAuthState()JSON representation of authentication state. final StringgetAuthType()String representation of authentication type. final StringgetHostName()final StringgetClientId()-
-
Method Detail
-
getUsername
final String getUsername()
Username associated with credentials.
-
getAuthState
final String getAuthState()
JSON representation of authentication state.
-
getAuthType
final String getAuthType()
String representation of authentication type.
-
getHostName
final String getHostName()
-
getClientId
final String getClientId()
-
-
-
-