Class DelegatedAuthenticationCandidateProfile

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.pac4j.core.profile.UserProfile toUserProfile​(java.lang.String clientName)
      To user profile based on given client name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DelegatedAuthenticationCandidateProfile

        public DelegatedAuthenticationCandidateProfile()
    • Method Detail

      • toUserProfile

        public org.pac4j.core.profile.UserProfile toUserProfile​(java.lang.String clientName)
        To user profile based on given client name.
        Parameters:
        clientName - the client name
        Returns:
        the user profile