Package org.jboss.security
Interface SecurityConstants
-
public interface SecurityConstants
Defines Constants for usage in the Security Layer- Since:
- Dec 30, 2005
- Version:
- $Revision: 58038 $
- Author:
- Anil Saldhana
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTHORIZATION_PATH
Default Authorization Manager contextstatic String
CALLBACK_HANDLER_KEY
static String
CALLER_PRINCIPAL_GROUP
static String
CALLER_RAI_IDENTIFIER
Identifier that specifies the caller run-as identifier for usage in the PolicyContext Subject context handler.static String
CONTEXT_ID
static String
CREDENTIAL
static String
DEFAULT_APPLICATION_POLICY
Default Application Policystatic String
DEFAULT_AUTHORIZATION_CLASS
Default AuthorizationManager implementation, the AuthorizationManager service usesstatic String
DEFAULT_EJB_APPLICATION_POLICY
Application Policy driving the ejb authorization layerstatic String
DEFAULT_WEB_APPLICATION_POLICY
Application Policy driving the web authorization layerstatic String
DEPLOYMENT_PRINCIPAL_ROLES_MAP
static String
DISABLE_SECDOMAIN_OPTION
System Property that disables the addition of security domain in the module options passed to login modulestatic String
JAAS_CONTEXT_ROOT
Default JAAS based Security Domain Contextstatic String
JASPI_AUTHENTICATION_MANAGER
Default JASPI based secutity managerstatic String
JASPI_CONTEXT_ROOT
Default JASPI based Security Domain Contextstatic String
JASPI_DELEGATING_MODULE
Default ServerAuthModule that delegates to a Login Module Stackstatic String
JAVAEE
Identity Trust Constantsstatic String
PRINCIPAL_IDENTIFIER
static String
PRINCIPALS_SET_IDENTIFIER
static String
ROLES_IDENTIFIER
static String
RUNAS_IDENTITY_IDENTIFIER
Identifier that specifies the last RAI setstatic String
SECURITY_CONTEXT
static String
SECURITY_DOMAIN_OPTION
The String option name used to pass in the security-domain name the LoginModule was configured in.static String
SERVLET_LAYER
Message Layersstatic String
SUBJECT
static String
SUBJECT_CONTEXT_KEY
Policy Context Constantsstatic String
WEB_REQUEST_KEY
-
-
-
Field Detail
-
DEFAULT_APPLICATION_POLICY
static final String DEFAULT_APPLICATION_POLICY
Default Application Policy- See Also:
- Constant Field Values
-
JAAS_CONTEXT_ROOT
static final String JAAS_CONTEXT_ROOT
Default JAAS based Security Domain Context- See Also:
- Constant Field Values
-
JASPI_CONTEXT_ROOT
static final String JASPI_CONTEXT_ROOT
Default JASPI based Security Domain Context- See Also:
- Constant Field Values
-
SECURITY_DOMAIN_OPTION
static final String SECURITY_DOMAIN_OPTION
The String option name used to pass in the security-domain name the LoginModule was configured in.- See Also:
- Constant Field Values
-
DISABLE_SECDOMAIN_OPTION
static final String DISABLE_SECDOMAIN_OPTION
System Property that disables the addition of security domain in the module options passed to login module- See Also:
- Constant Field Values
-
AUTHORIZATION_PATH
static final String AUTHORIZATION_PATH
Default Authorization Manager context- See Also:
- Constant Field Values
-
JASPI_DELEGATING_MODULE
static final String JASPI_DELEGATING_MODULE
Default ServerAuthModule that delegates to a Login Module Stack- See Also:
- Constant Field Values
-
JASPI_AUTHENTICATION_MANAGER
static final String JASPI_AUTHENTICATION_MANAGER
Default JASPI based secutity manager- See Also:
- Constant Field Values
-
DEFAULT_AUTHORIZATION_CLASS
static final String DEFAULT_AUTHORIZATION_CLASS
Default AuthorizationManager implementation, the AuthorizationManager service uses- See Also:
- Constant Field Values
-
SERVLET_LAYER
static final String SERVLET_LAYER
Message Layers- See Also:
- Constant Field Values
-
CONTEXT_ID
static final String CONTEXT_ID
- See Also:
- Constant Field Values
-
DEFAULT_WEB_APPLICATION_POLICY
static final String DEFAULT_WEB_APPLICATION_POLICY
Application Policy driving the web authorization layer- See Also:
- Constant Field Values
-
DEFAULT_EJB_APPLICATION_POLICY
static final String DEFAULT_EJB_APPLICATION_POLICY
Application Policy driving the ejb authorization layer- See Also:
- Constant Field Values
-
SUBJECT_CONTEXT_KEY
static final String SUBJECT_CONTEXT_KEY
Policy Context Constants- See Also:
- Constant Field Values
-
WEB_REQUEST_KEY
static final String WEB_REQUEST_KEY
- See Also:
- Constant Field Values
-
CALLBACK_HANDLER_KEY
static final String CALLBACK_HANDLER_KEY
- See Also:
- Constant Field Values
-
RUNAS_IDENTITY_IDENTIFIER
static final String RUNAS_IDENTITY_IDENTIFIER
Identifier that specifies the last RAI set- See Also:
- Constant Field Values
-
CALLER_RAI_IDENTIFIER
static final String CALLER_RAI_IDENTIFIER
Identifier that specifies the caller run-as identifier for usage in the PolicyContext Subject context handler. This is one level prior to the current RAI- See Also:
- Constant Field Values
-
ROLES_IDENTIFIER
static final String ROLES_IDENTIFIER
- See Also:
- Constant Field Values
-
PRINCIPAL_IDENTIFIER
static final String PRINCIPAL_IDENTIFIER
- See Also:
- Constant Field Values
-
PRINCIPALS_SET_IDENTIFIER
static final String PRINCIPALS_SET_IDENTIFIER
- See Also:
- Constant Field Values
-
DEPLOYMENT_PRINCIPAL_ROLES_MAP
static final String DEPLOYMENT_PRINCIPAL_ROLES_MAP
- See Also:
- Constant Field Values
-
SECURITY_CONTEXT
static final String SECURITY_CONTEXT
- See Also:
- Constant Field Values
-
CREDENTIAL
static final String CREDENTIAL
- See Also:
- Constant Field Values
-
SUBJECT
static final String SUBJECT
- See Also:
- Constant Field Values
-
JAVAEE
static final String JAVAEE
Identity Trust Constants- See Also:
- Constant Field Values
-
CALLER_PRINCIPAL_GROUP
static final String CALLER_PRINCIPAL_GROUP
- See Also:
- Constant Field Values
-
-