Class Constants
- java.lang.Object
-
- com.azure.spring.autoconfigure.aad.Constants
-
public class Constants extends Object
Constants used for AAD related logic.
-
-
Field Summary
Fields Modifier and Type Field Description static StringBEARER_PREFIXBearer prefixstatic StringCLAIMSclaimsstatic StringCONDITIONAL_ACCESS_POLICY_CLAIMSConditional access policy claimsstatic Set<org.springframework.security.core.authority.SimpleGrantedAuthority>DEFAULT_AUTHORITY_SETDefault authority set
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
BEARER_PREFIX
public static final String BEARER_PREFIX
Bearer prefix- See Also:
- Constant Field Values
-
CONDITIONAL_ACCESS_POLICY_CLAIMS
public static final String CONDITIONAL_ACCESS_POLICY_CLAIMS
Conditional access policy claims- See Also:
- Constant Field Values
-
CLAIMS
public static final String CLAIMS
claims- See Also:
- Constant Field Values
-
DEFAULT_AUTHORITY_SET
public static final Set<org.springframework.security.core.authority.SimpleGrantedAuthority> DEFAULT_AUTHORITY_SET
Default authority set
-
-