|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityContextUtil | |
---|---|
org.jboss.security | The basic security interfaces and classes are now located in the jbosssx module. |
Uses of SecurityContextUtil in org.jboss.security |
---|
Methods in org.jboss.security that return SecurityContextUtil | |
---|---|
static SecurityContextUtil |
SecurityContextFactory.createUtil(SecurityContext sc)
Return an instance of the SecurityContextUtil |
static SecurityContextUtil |
SecurityContextFactory.createUtil(SecurityContext sc,
Class<? extends SecurityContextUtil> utilClazz)
Return an instance of the SecurityContextUtil given a Class instance of the util class |
static SecurityContextUtil |
SecurityContextFactory.createUtil(SecurityContext sc,
String utilFQN)
Return an instance of the SecurityContextUtil given a FQN of the util class |
SecurityContextUtil |
SecurityContext.getUtil()
Return a utility that is a facade to the internal storage mechanism of the Security Context This utility can be used to store information like roles etc in an implementation specific way |
Method parameters in org.jboss.security with type arguments of type SecurityContextUtil | |
---|---|
static SecurityContextUtil |
SecurityContextFactory.createUtil(SecurityContext sc,
Class<? extends SecurityContextUtil> utilClazz)
Return an instance of the SecurityContextUtil given a Class instance of the util class |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |