public class SecurityContextInterceptorFactory extends ComponentInterceptorFactory
Constructor and Description |
---|
SecurityContextInterceptorFactory(boolean securityRequired,
boolean propagateSecurity) |
SecurityContextInterceptorFactory(boolean securityRequired,
boolean propagateSecurity,
String policyContextID) |
SecurityContextInterceptorFactory(boolean securityRequired,
String policyContextID) |
Modifier and Type | Method and Description |
---|---|
static String |
contextIdForDeployment(org.jboss.as.server.deployment.DeploymentUnit du) |
protected org.jboss.invocation.Interceptor |
create(Component component,
org.jboss.invocation.InterceptorFactoryContext context) |
create
public SecurityContextInterceptorFactory(boolean securityRequired, String policyContextID)
public SecurityContextInterceptorFactory(boolean securityRequired, boolean propagateSecurity)
public SecurityContextInterceptorFactory(boolean securityRequired, boolean propagateSecurity, String policyContextID)
public static String contextIdForDeployment(org.jboss.as.server.deployment.DeploymentUnit du)
protected org.jboss.invocation.Interceptor create(Component component, org.jboss.invocation.InterceptorFactoryContext context)
create
in class ComponentInterceptorFactory
Copyright © 2016 JBoss by Red Hat. All rights reserved.