Class CasOAuthWrapperProfile

java.lang.Object
org.pac4j.core.profile.BasicUserProfile
org.pac4j.core.profile.CommonProfile
org.pac4j.oauth.profile.OAuth20Profile
org.pac4j.oauth.profile.casoauthwrapper.CasOAuthWrapperProfile
All Implemented Interfaces:
Externalizable, Serializable, org.pac4j.core.profile.UserProfile

public class CasOAuthWrapperProfile extends OAuth20Profile

This class is the user profile for sites using OAuth wrapper for CAS.

It is returned by the CasOAuthWrapperClient.

Since:
1.3.0
Author:
Jerome Leleu
See Also:
  • Constructor Details

    • CasOAuthWrapperProfile

      public CasOAuthWrapperProfile()
  • Method Details

    • isFromNewLogin

      public Boolean isFromNewLogin()
    • getAuthenticationDate

      public Date getAuthenticationDate()
    • getAuthenticationMethod

      public String getAuthenticationMethod()
    • getSuccessfulAuthenticationHandlers

      public String getSuccessfulAuthenticationHandlers()
    • isLongTermAuthenticationRequestTokenUsed

      public Boolean isLongTermAuthenticationRequestTokenUsed()