Class OAuthClientDefinition

java.lang.Object
org.iplass.mtp.auth.oauth.definition.OAuthClientDefinition
All Implemented Interfaces:
Serializable, Definition

public class OAuthClientDefinition extends Object implements Definition
OAuth2のClientに関する定義を表します。
See Also:
  • Constructor Details

    • OAuthClientDefinition

      public OAuthClientDefinition()
  • Method Details

    • getName

      public String getName()
      Description copied from interface: Definition
      名前を取得します。
      Specified by:
      getName in interface Definition
      Returns:
      名前
    • setName

      public void setName(String name)
      OAuth Clientのnameです。nameに設定された値がcliend_idとなります。
      Specified by:
      setName in interface Definition
      Parameters:
      name -
    • getDisplayName

      public String getDisplayName()
      Description copied from interface: Definition
      表示名を取得します。
      Specified by:
      getDisplayName in interface Definition
      Returns:
      表示名
    • setDisplayName

      public void setDisplayName(String displayName)
      Description copied from interface: Definition
      表示名を設定します。
      Specified by:
      setDisplayName in interface Definition
      Parameters:
      displayName - 表示名
    • getDescription

      public String getDescription()
      Description copied from interface: Definition
      概要を取得します。
      Specified by:
      getDescription in interface Definition
      Returns:
      概要
    • setDescription

      public void setDescription(String description)
      Description copied from interface: Definition
      概要を設定します。
      Specified by:
      setDescription in interface Definition
      Parameters:
      description - 概要
    • getLocalizedDisplayNameList

      public List<LocalizedStringDefinition> getLocalizedDisplayNameList()
    • setLocalizedDisplayNameList

      public void setLocalizedDisplayNameList(List<LocalizedStringDefinition> localizedDisplayNameList)
    • getAuthorizationServer

      public String getAuthorizationServer()
    • setAuthorizationServer

      public void setAuthorizationServer(String authorizationServer)
      このClientを紐づけるOAuthAuthorizationDefinitionのnameを指定します。
      Parameters:
      authorizationServer -
    • getClientType

      public ClientType getClientType()
    • setClientType

      public void setClientType(ClientType clientType)
    • getRedirectUris

      public List<String> getRedirectUris()
    • setRedirectUris

      public void setRedirectUris(List<String> redirectUris)
    • getSectorIdentifierUri

      public String getSectorIdentifierUri()
    • setSectorIdentifierUri

      public void setSectorIdentifierUri(String sectorIdentifierUri)
    • getGrantTypes

      public List<GrantType> getGrantTypes()
    • setGrantTypes

      public void setGrantTypes(List<GrantType> grantTypes)
    • getClientUri

      public String getClientUri()
    • setClientUri

      public void setClientUri(String clientUri)
    • getLogoUri

      public String getLogoUri()
    • setLogoUri

      public void setLogoUri(String logoUri)
    • getContacts

      public List<String> getContacts()
    • setContacts

      public void setContacts(List<String> contacts)
    • getTosUri

      public String getTosUri()
    • setTosUri

      public void setTosUri(String tosUri)
    • getPolicyUri

      public String getPolicyUri()
    • setPolicyUri

      public void setPolicyUri(String policyUri)