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 Stringidprivate StringclientSecretprivate final List<String>scopeprivate final List<String>resourceIdsprivate final List<String>authorizedGrantTypesprivate final List<String>autoApproveScopesprivate final LongaccessTokenValiditySecondsprivate final LongrefreshTokenValiditySecondsprivate final List<String>authoritiesprivate final List<String>registeredRedirectUriprivate 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 StringgetId()final StringgetClientSecret()final UnitsetClientSecret(String clientSecret)final List<String>getScope()final List<String>getResourceIds()final List<String>getAuthorizedGrantTypes()final List<String>getAutoApproveScopes()final LonggetAccessTokenValiditySeconds()final LonggetRefreshTokenValiditySeconds()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()
-
-
-
-