implicit final class VertxOAuth2RBACOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VertxOAuth2RBACOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new VertxOAuth2RBACOps(target: OAuth2RBAC)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##(): Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def isAuthorizedL(user: AccessToken, authority: String): Task[Boolean]
This method should verify if the user has the given authority and return either a boolean value or an error.
This method should verify if the user has the given authority and return either a boolean value or an error.
Note that false and errors are not the same. A user might not have a given authority but that doesn't mean that there was an error during the call.
- user
the given user to assert on
- authority
the authority to lookup
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val target: OAuth2RBAC
- def toString(): String
- Definition Classes
- Any