Uses of Class
org.jboss.hal.core.accesscontrol.Principal
-
Packages that use Principal Package Description org.jboss.hal.client.accesscontrol org.jboss.hal.core.accesscontrol -
-
Uses of Principal in org.jboss.hal.client.accesscontrol
Methods in org.jboss.hal.client.accesscontrol with parameters of type Principal Modifier and Type Method Description StringAccessControlTokens. principal(Principal principal) -
Uses of Principal in org.jboss.hal.core.accesscontrol
Methods in org.jboss.hal.core.accesscontrol that return Principal Modifier and Type Method Description PrincipalPrincipals. get(String id)PrincipalAssignment. getPrincipal()Methods in org.jboss.hal.core.accesscontrol that return types with arguments of type Principal Modifier and Type Method Description Set<Principal>Principals. groups()Iterator<Principal>Principals. iterator()Set<Principal>Principals. users()Methods in org.jboss.hal.core.accesscontrol with parameters of type Principal Modifier and Type Method Description Stream<Assignment>Assignments. byPrincipal(Principal principal)Stream<Assignment>Assignments. excludes(Principal principal)Stream<Assignment>Assignments. includes(Principal principal)
-