Interface ProfileAuthorization
- All Superinterfaces:
io.vertx.ext.auth.authorization.Authorization
- All Known Implementing Classes:
ProfileAuthorizationImpl
public interface ProfileAuthorization
extends io.vertx.ext.auth.authorization.Authorization
- Author:
- Lang
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProfileAuthorizationcreate(ConcurrentMap<String, Set<String>> permissions) permissions(String profile) Methods inherited from interface io.vertx.ext.auth.authorization.Authorization
match, match, verify
-
Method Details
-
create
-
permissions
ConcurrentMap<String,Set<String>> permissions() -
permissions
-