Package io.vertx.tp.rbac.authorization
Class Amalgam
java.lang.Object
io.vertx.tp.rbac.authorization.Amalgam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<ProfileRole>children(List<ProfileRole> roles, ProfileGroup group) static List<ProfileRole>eager(List<ProfileRole> roles) static List<ProfileRole>eagerEach(List<ProfileRole> roles) static List<ProfileRole>lazy(List<ProfileRole> roles) static List<ProfileRole>lazyEach(List<ProfileRole> roles) static voidlogGroup(Class<?> clazz, List<ProfileRole> roles) static List<ProfileRole>parent(List<ProfileRole> roles, ProfileGroup group)
-
Constructor Details
-
Amalgam
public Amalgam()
-
-
Method Details
-
logGroup
-
parent
-
children
-
eagerEach
-
lazyEach
-
eager
-
lazy
-