Class AzureAdProfile

  • All Implemented Interfaces:
    java.io.Externalizable, java.io.Serializable, org.pac4j.core.profile.UserProfile

    public class AzureAdProfile
    extends OidcProfile

    This class is the user profile for Azure AD (using OpenID Connect protocol) with appropriate getters.

    It is returned by the AzureAdClient.

    Version:
    1.9.0
    Author:
    Jerome Leleu
    See Also:
    Serialized Form
    • Constructor Detail

      • AzureAdProfile

        public AzureAdProfile()
    • Method Detail

      • getIdp

        public java.lang.String getIdp()
      • getOid

        public java.lang.String getOid()
      • getTid

        public java.lang.String getTid()
      • getVer

        public java.lang.String getVer()
      • getUniqueName

        public java.lang.String getUniqueName()
      • getIpaddr

        public java.lang.String getIpaddr()
      • getUpn

        public java.lang.String getUpn()
      • getUsername

        public java.lang.String getUsername()
        Specified by:
        getUsername in interface org.pac4j.core.profile.UserProfile
        Overrides:
        getUsername in class OidcProfile