Package org.cyclos.impl.access
Interface OidcAuthorizationServiceLocal
-
- All Superinterfaces:
OidcAuthorizationService,Service
public interface OidcAuthorizationServiceLocal extends OidcAuthorizationService
Local interface forOidcAuthorizationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSinglePayment(OidcAuthorization auth)Indicates whether the given authorization is allowed to do a single paymentScopeVOtoScopeVO(Scope scope, OidcAuthorization auth)Returns aScopeVOwith display name for the given authorization.-
Methods inherited from interface org.cyclos.services.access.OidcAuthorizationService
getSearchData, load, revoke, search
-
-
-
-
Method Detail
-
isSinglePayment
boolean isSinglePayment(OidcAuthorization auth)
Indicates whether the given authorization is allowed to do a single payment
-
toScopeVO
ScopeVO toScopeVO(Scope scope, OidcAuthorization auth)
Returns aScopeVOwith display name for the given authorization. Some scopes don't have a display name, and shouldn't be ever shown to users.
-
-