Uses of Class
org.jboss.hal.meta.security.AuthorisationDecision
-
Packages that use AuthorisationDecision Package Description org.jboss.hal.ballroom.table org.jboss.hal.meta.security -
-
Uses of AuthorisationDecision in org.jboss.hal.ballroom.table
Methods in org.jboss.hal.ballroom.table with parameters of type AuthorisationDecision Modifier and Type Method Description voidDataTable. applySecurity(Map<Integer,String> buttonConstraints, AuthorisationDecision authorisationDecision) -
Uses of AuthorisationDecision in org.jboss.hal.meta.security
Methods in org.jboss.hal.meta.security that return AuthorisationDecision Modifier and Type Method Description static AuthorisationDecisionAuthorisationDecision. from(Environment environment, SecurityContext securityContext)static AuthorisationDecisionAuthorisationDecision. from(Environment environment, SecurityContextRegistry securityContextRegistry)static AuthorisationDecisionAuthorisationDecision. from(Environment environment, SecurityContextResolver resolver)Methods in org.jboss.hal.meta.security with parameters of type AuthorisationDecision Modifier and Type Method Description static voidElementGuard. processElements(AuthorisationDecision authorisationDecision, elemental2.dom.HTMLElement element)static voidElementGuard. processElements(AuthorisationDecision authorisationDecision, String selector)Constructors in org.jboss.hal.meta.security with parameters of type AuthorisationDecision Constructor Description Toggle(AuthorisationDecision authorisationDecision)
-