Class OAuth2ConfigResponse


  • public class OAuth2ConfigResponse
    extends Object
    • Constructor Detail

      • OAuth2ConfigResponse

        public OAuth2ConfigResponse()
    • Method Detail

      • getAuthServerHost

        public String getAuthServerHost()
      • setAuthServerHost

        public void setAuthServerHost​(String authServerHost)
      • getAuthzBaseUrl

        public String getAuthzBaseUrl()
      • setAuthzBaseUrl

        public void setAuthzBaseUrl​(String authzBaseUrl)
      • getClientId

        public String getClientId()
      • setClientId

        public void setClientId​(String clientId)
      • getResponseType

        public String getResponseType()
      • setResponseType

        public void setResponseType​(String responseType)
      • getScope

        public String getScope()
      • setScope

        public void setScope​(String scope)
      • getRedirectUrl

        public String getRedirectUrl()
      • setRedirectUrl

        public void setRedirectUrl​(String redirectUrl)
      • getAcrValues

        public String getAcrValues()
      • setAcrValues

        public void setAcrValues​(String acrValues)
      • getFrontChannelLogoutUrl

        public String getFrontChannelLogoutUrl()
      • setFrontChannelLogoutUrl

        public void setFrontChannelLogoutUrl​(String frontChannelLogoutUrl)
      • getPostLogoutRedirectUri

        public String getPostLogoutRedirectUri()
      • setPostLogoutRedirectUri

        public void setPostLogoutRedirectUri​(String postLogoutRedirectUri)
      • getEndSessionEndpoint

        public String getEndSessionEndpoint()
      • setEndSessionEndpoint

        public void setEndSessionEndpoint​(String endSessionEndpoint)