Uses of Class
org.picketbox.exceptions.PicketBoxProcessingException
-
Packages that use PicketBoxProcessingException Package Description org.picketbox.plugins -
-
Uses of PicketBoxProcessingException in org.picketbox.plugins
Methods in org.picketbox.plugins that throw PicketBoxProcessingException Modifier and Type Method Description Principal
PicketBoxProcessor. getCallerPrincipal()
Get the authenticated principalRoleGroup
PicketBoxProcessor. getCallerRoles()
Get the caller rolesSubject
PicketBoxProcessor. getCallerSubject()
Get the caller subjectvoid
PicketBoxProcessor. process(Object pojo)
Process the POJO for security annotations
-