Package com.alfresco.auth
Class Credentials
-
- All Implemented Interfaces:
public final class CredentialsData class holding authentication credentials.
-
-
Constructor Summary
Constructors Constructor Description Credentials(String username, String authState, String authType)
-
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. -
-
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.
-
-
-
-