クラス OAuth2AuthorizationServerProperties.Registration

java.lang.ObjectSE
org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
含まれているクラス:
OAuth2AuthorizationServerProperties

public static class OAuth2AuthorizationServerProperties.Registration extends ObjectSE
クライアントの登録情報。
  • コンストラクターの詳細

    • Registration

      public Registration()
  • メソッドの詳細

    • getClientId

      public StringSE getClientId()
    • setClientId

      public void setClientId(StringSE clientId)
    • getClientSecret

      public StringSE getClientSecret()
    • setClientSecret

      public void setClientSecret(StringSE clientSecret)
    • getClientName

      public StringSE getClientName()
    • setClientName

      public void setClientName(StringSE clientName)
    • getClientAuthenticationMethods

      public SetSE<StringSE> getClientAuthenticationMethods()
    • setClientAuthenticationMethods

      public void setClientAuthenticationMethods(SetSE<StringSE> clientAuthenticationMethods)
    • getAuthorizationGrantTypes

      public SetSE<StringSE> getAuthorizationGrantTypes()
    • setAuthorizationGrantTypes

      public void setAuthorizationGrantTypes(SetSE<StringSE> authorizationGrantTypes)
    • getRedirectUris

      public SetSE<StringSE> getRedirectUris()
    • setRedirectUris

      public void setRedirectUris(SetSE<StringSE> redirectUris)
    • getPostLogoutRedirectUris

      public SetSE<StringSE> getPostLogoutRedirectUris()
    • setPostLogoutRedirectUris

      public void setPostLogoutRedirectUris(SetSE<StringSE> postLogoutRedirectUris)
    • getScopes

      public SetSE<StringSE> getScopes()
    • setScopes

      public void setScopes(SetSE<StringSE> scopes)