Class OAuthClientDefinition
java.lang.Object
org.iplass.mtp.auth.oauth.definition.OAuthClientDefinition
- All Implemented Interfaces:
Serializable
,Definition
OAuth2のClientに関する定義を表します。
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription概要を取得します。表示名を取得します。getName()
名前を取得します。void
setAuthorizationServer
(String authorizationServer) このClientを紐づけるOAuthAuthorizationDefinitionのnameを指定します。void
setClientType
(ClientType clientType) void
setClientUri
(String clientUri) void
setContacts
(List<String> contacts) void
setDescription
(String description) 概要を設定します。void
setDisplayName
(String displayName) 表示名を設定します。void
setGrantTypes
(List<GrantType> grantTypes) void
setLocalizedDisplayNameList
(List<LocalizedStringDefinition> localizedDisplayNameList) void
setLogoUri
(String logoUri) void
OAuth Clientのnameです。nameに設定された値がcliend_idとなります。void
setPolicyUri
(String policyUri) void
setRedirectUris
(List<String> redirectUris) void
setSectorIdentifierUri
(String sectorIdentifierUri) void
-
Constructor Details
-
OAuthClientDefinition
public OAuthClientDefinition()
-
-
Method Details
-
getName
Description copied from interface:Definition
名前を取得します。- Specified by:
getName
in interfaceDefinition
- Returns:
- 名前
-
setName
OAuth Clientのnameです。nameに設定された値がcliend_idとなります。- Specified by:
setName
in interfaceDefinition
- Parameters:
name
-
-
getDisplayName
Description copied from interface:Definition
表示名を取得します。- Specified by:
getDisplayName
in interfaceDefinition
- Returns:
- 表示名
-
setDisplayName
Description copied from interface:Definition
表示名を設定します。- Specified by:
setDisplayName
in interfaceDefinition
- Parameters:
displayName
- 表示名
-
getDescription
Description copied from interface:Definition
概要を取得します。- Specified by:
getDescription
in interfaceDefinition
- Returns:
- 概要
-
setDescription
Description copied from interface:Definition
概要を設定します。- Specified by:
setDescription
in interfaceDefinition
- Parameters:
description
- 概要
-
getLocalizedDisplayNameList
-
setLocalizedDisplayNameList
-
getAuthorizationServer
-
setAuthorizationServer
このClientを紐づけるOAuthAuthorizationDefinitionのnameを指定します。- Parameters:
authorizationServer
-
-
getClientType
-
setClientType
-
getRedirectUris
-
setRedirectUris
-
getSectorIdentifierUri
-
setSectorIdentifierUri
-
getGrantTypes
-
setGrantTypes
-
getClientUri
-
setClientUri
-
getLogoUri
-
setLogoUri
-
getContacts
-
setContacts
-
getTosUri
-
setTosUri
-
getPolicyUri
-
setPolicyUri
-