Class DelegatedAuthenticationCandidateProfile
java.lang.Object
org.apereo.cas.authentication.principal.DelegatedAuthenticationCandidateProfile
- All Implemented Interfaces:
Serializable
- Since:
- 6.6.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.pac4j.core.profile.UserProfiletoUserProfile(String clientName) To user profile based on given client name.
-
Constructor Details
-
DelegatedAuthenticationCandidateProfile
public DelegatedAuthenticationCandidateProfile()
-
-
Method Details
-
toUserProfile
To user profile based on given client name.- Parameters:
clientName- the client name- Returns:
- the user profile
-