Class OicServerManualConfiguration

All Implemented Interfaces:
ExtensionPoint, Describable<OicServerConfiguration>, Serializable

public class OicServerManualConfiguration extends OicServerConfiguration
See Also:
  • Constructor Details

  • Method Details

    • setTokenAuthMethod

      @DataBoundSetter public void setTokenAuthMethod(OicSecurityRealm.TokenAuthMethod tokenAuthMethod) throws Descriptor.FormException
      Throws:
      Descriptor.FormException
    • setEndSessionUrl

      @DataBoundSetter public void setEndSessionUrl(@Nullable String endSessionUrl)
    • setJwksServerUrl

      @DataBoundSetter public void setJwksServerUrl(@Nullable String jwksServerUrl)
    • setScopes

      @DataBoundSetter public void setScopes(@NonNull String scopes)
    • setUserInfoServerUrl

      @DataBoundSetter public void setUserInfoServerUrl(@Nullable String userInfoServerUrl)
    • setUseRefreshTokens

      @DataBoundSetter public void setUseRefreshTokens(boolean useRefreshTokens)
    • getAuthorizationServerUrl

      public String getAuthorizationServerUrl()
    • getEndSessionUrl

      public String getEndSessionUrl()
    • getIssuer

      public String getIssuer()
    • isUseRefreshTokens

      public boolean isUseRefreshTokens()
    • getJwksServerUrl

      public String getJwksServerUrl()
    • getScopes

      public String getScopes()
    • getTokenAuthMethod

      public OicSecurityRealm.TokenAuthMethod getTokenAuthMethod()
    • getTokenServerUrl

      public String getTokenServerUrl()
    • getUserInfoServerUrl

      public String getUserInfoServerUrl()
    • toProviderMetadata

      public com.nimbusds.openid.connect.sdk.op.OIDCProviderMetadata toProviderMetadata()
      Description copied from class: OicServerConfiguration
      Convert the OicServerConfiguration to OIDCProviderMetadata for use by the client.
      Specified by:
      toProviderMetadata in class OicServerConfiguration