public final class ClientCredential extends java.lang.Object implements Credential, java.io.Serializable
UNKNOWN_ID| Constructor and Description |
|---|
ClientCredential(org.pac4j.core.credentials.Credentials theCredentials)
Define the credentials.
|
| Modifier and Type | Method and Description |
|---|---|
org.pac4j.core.credentials.Credentials |
getCredentials()
Return the credentials.
|
java.lang.String |
getId() |
org.pac4j.core.profile.UserProfile |
getUserProfile()
Return the profile of the authenticated user.
|
void |
setUserProfile(org.pac4j.core.profile.UserProfile theUserProfile)
Define the user profile.
|
public ClientCredential(org.pac4j.core.credentials.Credentials theCredentials)
theCredentials - The authentication credentialspublic org.pac4j.core.credentials.Credentials getCredentials()
public org.pac4j.core.profile.UserProfile getUserProfile()
public void setUserProfile(org.pac4j.core.profile.UserProfile theUserProfile)
theUserProfile - The user profilepublic java.lang.String getId()
getId in interface CredentialCopyright © 2004-2014 Jasig. All Rights Reserved.