Class AadResourceServerProperties

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    public class AadResourceServerProperties
    extends Object
    implements org.springframework.beans.factory.InitializingBean
    Configuration properties for Azure Active Directory B2C.
    See Also:
    InitializingBean
    • Field Detail

      • DEFAULT_CLAIM_TO_AUTHORITY_PREFIX_MAP

        public static final Map<String,​String> DEFAULT_CLAIM_TO_AUTHORITY_PREFIX_MAP
        Default claim to authority prefix map
    • Constructor Detail

      • AadResourceServerProperties

        public AadResourceServerProperties()
    • Method Detail

      • getPrincipalClaimName

        public String getPrincipalClaimName()
        Gets the principal claim name.
        Returns:
        the principal claim name
      • setPrincipalClaimName

        public void setPrincipalClaimName​(String principalClaimName)
        Sets the principal claim name.
        Parameters:
        principalClaimName - the principal claim name
      • getClaimToAuthorityPrefixMap

        public Map<String,​String> getClaimToAuthorityPrefixMap()
        Gets the claim to authority prefix map.
        Returns:
        the claim to authority prefix map
      • setClaimToAuthorityPrefixMap

        public void setClaimToAuthorityPrefixMap​(Map<String,​String> claimToAuthorityPrefixMap)
        Sets the claim to authority prefix map.
        Parameters:
        claimToAuthorityPrefixMap - the claim to authority prefix map
      • afterPropertiesSet

        public void afterPropertiesSet()
        Set after properties.
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean