Class ProfileAuthorizationImpl
java.lang.Object
cn.vertxup.rbac.wall.authorization.ProfileAuthorizationImpl
- All Implemented Interfaces:
ProfileAuthorization,io.vertx.ext.auth.authorization.Authorization
- Author:
- Lang
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmatch(io.vertx.ext.auth.authorization.AuthorizationContext context) permissions(String profile) booleanverify(io.vertx.ext.auth.authorization.Authorization otherAuthorization) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vertx.ext.auth.authorization.Authorization
match
-
Method Details
-
permissions
- Specified by:
permissionsin interfaceProfileAuthorization
-
permissions
- Specified by:
permissionsin interfaceProfileAuthorization
-
match
public boolean match(io.vertx.ext.auth.authorization.AuthorizationContext context) - Specified by:
matchin interfaceio.vertx.ext.auth.authorization.Authorization
-
verify
public boolean verify(io.vertx.ext.auth.authorization.Authorization otherAuthorization) - Specified by:
verifyin interfaceio.vertx.ext.auth.authorization.Authorization
-