Class AADAuthorizationServerEndpoints


  • public class AADAuthorizationServerEndpoints
    extends Object
    Used to get endpoints for Microsoft Identity authorization server.
    • Constructor Detail

      • AADAuthorizationServerEndpoints

        public AADAuthorizationServerEndpoints​(String baseUri,
                                               String tenantId)
        Creates a new instance of AADAuthorizationServerEndpoints.
        Parameters:
        baseUri - the base URI
        tenantId - the tenant ID
    • Method Detail

      • getBaseUri

        public String getBaseUri()
        Gets the base URI.
        Returns:
        the base URI
      • authorizationEndpoint

        public String authorizationEndpoint()
        Gets the authorization endpoint.
        Returns:
        the authorization endpoint
      • tokenEndpoint

        public String tokenEndpoint()
        Gets the token endpoint.
        Returns:
        the token endpoint
      • jwkSetEndpoint

        public String jwkSetEndpoint()
        Gets the JWK set endpoint.
        Returns:
        the JWK set endpoint
      • endSessionEndpoint

        public String endSessionEndpoint()
        Gets the end session endpoint.
        Returns:
        the end session endpoint