Class AadResourceServerProperties

java.lang.Object
com.azure.spring.cloud.autoconfigure.aad.properties.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 Details

    • PREFIX

      public static final String PREFIX
      Properties prefix.
      See Also:
    • 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 Details

    • AadResourceServerProperties

      public AadResourceServerProperties()
  • Method Details

    • 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