Class ClientCredential
- java.lang.Object
-
- org.apereo.cas.authentication.principal.ClientCredential
-
- All Implemented Interfaces:
java.io.Serializable,org.apereo.cas.authentication.Credential
public class ClientCredential extends java.lang.Object implements org.apereo.cas.authentication.CredentialThis class represents client credentials and (after authentication) a user profile.- Since:
- 3.5.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAUTHENTICATION_ATTRIBUTE_CLIENT_NAMEThe name of the client used to perform the authentication.static java.lang.StringNOT_YET_AUTHENTICATEDThe prefix used when building an identifier for an unauthenticated user.
-
Constructor Summary
Constructors Constructor Description ClientCredential()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()
-
-
-
Field Detail
-
NOT_YET_AUTHENTICATED
public static final java.lang.String NOT_YET_AUTHENTICATED
The prefix used when building an identifier for an unauthenticated user.- See Also:
- Constant Field Values
-
AUTHENTICATION_ATTRIBUTE_CLIENT_NAME
public static final java.lang.String AUTHENTICATION_ATTRIBUTE_CLIENT_NAME
The name of the client used to perform the authentication.- See Also:
- Constant Field Values
-
-