Package org.cyclos.entities.access
Interface OidcClientAccessor
-
- All Known Implementing Classes:
DynamicOidcClientConfiguration,OidcClient
public interface OidcClientAccessorDefines an accessor interface for OIDC client settings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeIntervalgetAccessTokenExpiration()Set<UserAccountType>getAccounts()Set<PaymentTransferType>getPayments()Set<Scope>getScopes()Set<PaymentTransferType>getTickets()booleanisEnabled()booleanisSinglePaymentPerConsent()
-
-
-
Method Detail
-
getAccessTokenExpiration
TimeInterval getAccessTokenExpiration()
-
getAccounts
Set<UserAccountType> getAccounts()
-
getPayments
Set<PaymentTransferType> getPayments()
-
getTickets
Set<PaymentTransferType> getTickets()
-
isEnabled
boolean isEnabled()
-
isSinglePaymentPerConsent
boolean isSinglePaymentPerConsent()
-
-