Package org.radarbase.management.client
Class MPOAuthClient
-
- All Implemented Interfaces:
@Serializable() public final class MPOAuthClient
-
-
Field Summary
Fields Modifier and Type Field Description private final String
id
private String
clientSecret
private final List<String>
scope
private final List<String>
resourceIds
private final List<String>
authorizedGrantTypes
private final List<String>
autoApproveScopes
private final Long
accessTokenValiditySeconds
private final Long
refreshTokenValiditySeconds
private final List<String>
authorities
private final List<String>
registeredRedirectUri
private final Map<String, String>
additionalInformation
-
Constructor Summary
Constructors Constructor Description MPOAuthClient(String id, String clientSecret, List<String> scope, List<String> resourceIds, List<String> authorizedGrantTypes, List<String> autoApproveScopes, Long accessTokenValiditySeconds, Long refreshTokenValiditySeconds, List<String> authorities, List<String> registeredRedirectUri, Map<String, String> additionalInformation)
-
Method Summary
Modifier and Type Method Description final String
getId()
final String
getClientSecret()
final Unit
setClientSecret(String clientSecret)
final List<String>
getScope()
final List<String>
getResourceIds()
final List<String>
getAuthorizedGrantTypes()
final List<String>
getAutoApproveScopes()
final Long
getAccessTokenValiditySeconds()
final Long
getRefreshTokenValiditySeconds()
final List<String>
getAuthorities()
final List<String>
getRegisteredRedirectUri()
final Map<String, String>
getAdditionalInformation()
-
-
Constructor Detail
-
MPOAuthClient
MPOAuthClient(String id, String clientSecret, List<String> scope, List<String> resourceIds, List<String> authorizedGrantTypes, List<String> autoApproveScopes, Long accessTokenValiditySeconds, Long refreshTokenValiditySeconds, List<String> authorities, List<String> registeredRedirectUri, Map<String, String> additionalInformation)
-
-
Method Detail
-
getClientSecret
final String getClientSecret()
-
setClientSecret
final Unit setClientSecret(String clientSecret)
-
getResourceIds
final List<String> getResourceIds()
-
getAuthorizedGrantTypes
final List<String> getAuthorizedGrantTypes()
-
getAutoApproveScopes
final List<String> getAutoApproveScopes()
-
getAccessTokenValiditySeconds
final Long getAccessTokenValiditySeconds()
-
getRefreshTokenValiditySeconds
final Long getRefreshTokenValiditySeconds()
-
getAuthorities
final List<String> getAuthorities()
-
getRegisteredRedirectUri
final List<String> getRegisteredRedirectUri()
-
getAdditionalInformation
final Map<String, String> getAdditionalInformation()
-
-
-
-