Uses of Interface
org.jboss.security.SecurityContext
-
Packages that use SecurityContext Package Description org.jboss.security The basic security interfaces and classes are now located in the jbosssx module.org.jboss.security.callbacks org.jboss.security.identitytrust org.jboss.security.identitytrust.modules org.jboss.security.javaee org.jboss.security.plugins Security plugins have moved to the jbosssx cvs module.org.jboss.security.plugins.identitytrust org.picketbox.factories -
-
Uses of SecurityContext in org.jboss.security
Fields in org.jboss.security declared as SecurityContext Modifier and Type Field Description protected SecurityContext
SecurityContextUtil. securityContext
Methods in org.jboss.security that return SecurityContext Modifier and Type Method Description static SecurityContext
SecurityContextFactory. createSecurityContext(String securityDomain)
Create a security contextstatic SecurityContext
SecurityContextFactory. createSecurityContext(String securityDomain, Class<? extends SecurityContext> clazz)
Create a security context given the class This method exists because classloader.loadClass is an expensive operation due to synchronizationstatic SecurityContext
SecurityContextFactory. createSecurityContext(String securityDomain, ClassLoader classLoader)
Create a security contextstatic SecurityContext
SecurityContextFactory. createSecurityContext(String securityDomain, String fqnClass)
Construct a SecurityContextstatic SecurityContext
SecurityContextFactory. createSecurityContext(String securityDomain, String fqnClass, ClassLoader classLoader)
Construct a SecurityContextstatic SecurityContext
SecurityContextFactory. createSecurityContext(Principal p, Object cred, Subject s, String securityDomain)
Create a security contextstatic SecurityContext
SecurityContextFactory. createSecurityContext(Principal p, Object cred, Subject s, String securityDomain, ClassLoader classLoader)
Create a security contextstatic SecurityContext
SecurityContextFactory. createSecurityContext(Principal p, Object cred, Subject s, String securityDomain, String fqnClass, ClassLoader classLoader)
Create a security contextstatic SecurityContext
SecurityContextAssociation. getSecurityContext()
Get a security contextMethods in org.jboss.security with parameters of type SecurityContext Modifier and Type Method Description static SecurityContextUtil
SecurityContextFactory. createUtil(SecurityContext sc)
Return an instance of the SecurityContextUtilstatic SecurityContextUtil
SecurityContextFactory. createUtil(SecurityContext sc, Class<? extends SecurityContextUtil> utilClazz)
Return an instance of the SecurityContextUtil given a Class instance of the util classstatic SecurityContextUtil
SecurityContextFactory. createUtil(SecurityContext sc, ClassLoader classLoader)
Return an instance of the SecurityContextUtilstatic SecurityContextUtil
SecurityContextFactory. createUtil(SecurityContext sc, String utilFQN)
Return an instance of the SecurityContextUtil given a FQN of the util classstatic SecurityContextUtil
SecurityContextFactory. createUtil(SecurityContext sc, String utilFQN, ClassLoader classLoader)
Return an instance of the SecurityContextUtil given a FQN of the util classstatic void
SecurityContextAssociation. setSecurityContext(SecurityContext sc)
Set a security contextvoid
SecurityContextUtil. setSecurityContext(SecurityContext sc)
Method parameters in org.jboss.security with type arguments of type SecurityContext Modifier and Type Method Description static SecurityContext
SecurityContextFactory. createSecurityContext(String securityDomain, Class<? extends SecurityContext> clazz)
Create a security context given the class This method exists because classloader.loadClass is an expensive operation due to synchronization -
Uses of SecurityContext in org.jboss.security.callbacks
Methods in org.jboss.security.callbacks that return SecurityContext Modifier and Type Method Description SecurityContext
SecurityContextCallback. getSecurityContext()
SecurityContext
SecurityContextCallbackHandler. getSecurityContext()
Methods in org.jboss.security.callbacks with parameters of type SecurityContext Modifier and Type Method Description void
SecurityContextCallback. setSecurityContext(SecurityContext securityContext)
Constructors in org.jboss.security.callbacks with parameters of type SecurityContext Constructor Description SecurityContextCallbackHandler(SecurityContext securityContext)
-
Uses of SecurityContext in org.jboss.security.identitytrust
Fields in org.jboss.security.identitytrust declared as SecurityContext Modifier and Type Field Description protected SecurityContext
IdentityTrustContext. securityContext
Security Context On which the Trust Context needs to make a decision on.Methods in org.jboss.security.identitytrust with parameters of type SecurityContext Modifier and Type Method Description void
IdentityTrustModule. initialize(SecurityContext securityContext, CallbackHandler handler, Map<String,Object> sharedState, Map<String,Object> options)
Initialize the module with the SecurityContext on which trust decisions will be madeIdentityTrustManager.TrustDecision
IdentityTrustManager. isTrusted(SecurityContext securityContext)
Make a Trust Decision on a security contextConstructors in org.jboss.security.identitytrust with parameters of type SecurityContext Constructor Description JBossIdentityTrustContext(String secDomain, SecurityContext sc)
-
Uses of SecurityContext in org.jboss.security.identitytrust.modules
Fields in org.jboss.security.identitytrust.modules declared as SecurityContext Modifier and Type Field Description protected SecurityContext
AbstractIdentityTrustModule. securityContext
Methods in org.jboss.security.identitytrust.modules with parameters of type SecurityContext Modifier and Type Method Description void
AbstractIdentityTrustModule. initialize(SecurityContext sc, CallbackHandler handler, Map<String,Object> sharedState, Map<String,Object> options)
-
Uses of SecurityContext in org.jboss.security.javaee
Fields in org.jboss.security.javaee declared as SecurityContext Modifier and Type Field Description protected SecurityContext
AbstractJavaEEHelper. securityContext
Methods in org.jboss.security.javaee that return SecurityContext Modifier and Type Method Description SecurityContext
AbstractJavaEEHelper. getSecurityContext()
Methods in org.jboss.security.javaee with parameters of type SecurityContext Modifier and Type Method Description static EJBAuthenticationHelper
SecurityHelperFactory. getEJBAuthenticationHelper(SecurityContext sc)
Get the EJB Authentication Helper given a security contextstatic AbstractEJBAuthorizationHelper
SecurityHelperFactory. getEJBAuthorizationHelper(SecurityContext sc)
Get the EJB Authorization Helper given a security contextstatic AbstractWebAuthorizationHelper
SecurityHelperFactory. getWebAuthorizationHelper(SecurityContext sc)
Get the Web Authorization Helper given a security contextvoid
AbstractJavaEEHelper. setSecurityContext(SecurityContext sc)
Constructors in org.jboss.security.javaee with parameters of type SecurityContext Constructor Description EJBAuthenticationHelper(SecurityContext sc)
-
Uses of SecurityContext in org.jboss.security.plugins
Classes in org.jboss.security.plugins that implement SecurityContext Modifier and Type Class Description class
JBossSecurityContext
Implementation of the Security Context for the JBoss ASConstructors in org.jboss.security.plugins with parameters of type SecurityContext Constructor Description JBossSecurityContextUtil(SecurityContext sc)
-
Uses of SecurityContext in org.jboss.security.plugins.identitytrust
Methods in org.jboss.security.plugins.identitytrust with parameters of type SecurityContext Modifier and Type Method Description IdentityTrustManager.TrustDecision
JBossIdentityTrustManager. isTrusted(SecurityContext securityContext)
-
Uses of SecurityContext in org.picketbox.factories
Methods in org.picketbox.factories that return SecurityContext Modifier and Type Method Description static SecurityContext
SecurityFactory. establishSecurityContext(String securityDomainName)
Establish a security context on the thread
-