Uses of Class
dev.vality.bouncer.context.v1.AuthScope
| Package | Description |
|---|---|
| dev.vality.bouncer.context.v1 |
-
Uses of AuthScope in dev.vality.bouncer.context.v1
Fields in dev.vality.bouncer.context.v1 declared as AuthScope Modifier and Type Field Description AuthScopeContextPaymentTool. scopeПривязка токена платежного средстваFields in dev.vality.bouncer.context.v1 with type parameters of type AuthScope Modifier and Type Field Description Set<AuthScope>Auth. scopeMethods in dev.vality.bouncer.context.v1 that return AuthScope Modifier and Type Method Description AuthScopeAuthScope. deepCopy()AuthScopeContextPaymentTool. getScope()Привязка токена платежного средстваAuthScopeAuthScope. setCustomer(Entity customer)AuthScopeAuthScope. setInvoice(Entity invoice)AuthScopeAuthScope. setInvoiceTemplate(Entity invoice_template)AuthScopeAuthScope. setParty(Entity party)AuthScopeAuthScope. setShop(Entity shop)Methods in dev.vality.bouncer.context.v1 that return types with arguments of type AuthScope Modifier and Type Method Description Set<AuthScope>Auth. getScope()Iterator<AuthScope>Auth. getScopeIterator()Methods in dev.vality.bouncer.context.v1 with parameters of type AuthScope Modifier and Type Method Description voidAuth. addToScope(AuthScope elem)intAuthScope. compareTo(AuthScope other)booleanAuthScope. equals(AuthScope that)ContextPaymentToolContextPaymentTool. setScope(AuthScope scope)Привязка токена платежного средстваMethod parameters in dev.vality.bouncer.context.v1 with type arguments of type AuthScope Modifier and Type Method Description AuthAuth. setScope(Set<AuthScope> scope)Constructors in dev.vality.bouncer.context.v1 with parameters of type AuthScope Constructor Description AuthScope(AuthScope other)Performs a deep copy on other.