Serialized Form
serialVersionUID: -2338131128387727845L
|
Package org.jboss.security |
serialVersionUID: 1752783303935807441L
rolesStack
LinkedList<E> rolesStack
- The stack of the Groups. Elements are pushed/poped by
inserting/removing element 0.
serialVersionUID: 4628473920470890923L
principalStack
LinkedList<E> principalStack
- The stack of the Principals. Elements are pushed/poped by
inserting/removing element 0.
serialVersionUID: -3236178735180485083L
runAsRoles
HashSet<E> runAsRoles
- The run-as role principals
principalsSet
HashSet<E> principalsSet
serialVersionUID: 6051859639378507247L
members
HashMap<K,V> members
serialVersionUID: 7701951188631723261L
name
String name
|
Class org.jboss.security.SubjectInfo extends Object implements Serializable |
serialVersionUID: 1L
authenticatedSubject
Subject authenticatedSubject
roles
org.jboss.security.identity.RoleGroup roles
identities
Set<E> identities
|
Package org.jboss.security.auth.callback |
serialVersionUID: 1L
principal
Principal principal
credential
Object credential
|
Package org.jboss.security.auth.login |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
serialVersionUID: -8965860493224188277L
loginConfigURL
URL loginConfigURL
- The URL to the XML or Sun login configuration
parentConfig
Configuration parentConfig
- The inherited configuration we delegate to
validateDTD
boolean validateDTD
- A flag indicating if XML configs should be validated
|
Package org.jboss.security.auth.spi |
|
Package org.jboss.security.authorization |
serialVersionUID: -1345277261367748064L
|
Package org.jboss.security.cache |
|
Class org.jboss.security.cache.SecurityCacheException extends Exception implements Serializable |
serialVersionUID: 1L
|
Package org.jboss.security.config |
|
Class org.jboss.security.config.SecurityActions$1 extends Object implements Serializable |
|
Package org.jboss.security.identitytrust |
serialVersionUID: 1L
|
Package org.jboss.security.plugins |
serialVersionUID: 1L
handler
CallbackHandler handler
serialVersionUID: 1L
trace
boolean trace
contextIdToXACMLPolicy
Map<K,V> contextIdToXACMLPolicy
contextIDToJBossPDP
Map<K,V> contextIDToJBossPDP
- When the policy configuration file is registered, we directly store a copy of the JBossPDP that has read in the
config file
contextIDToACLs
Map<K,V> contextIDToACLs
- Map to keep track of the ACLs that have been configured in each context.
configuredACLs
Map<K,V> configuredACLs
- Global map that keeps all the configured ACLs keyed by their resource
serialVersionUID: 1L
trace
boolean trace
contextData
Map<K,V> contextData
securityDomain
String securityDomain
subjectInfo
org.jboss.security.SubjectInfo subjectInfo
incomingRunAs
org.jboss.security.RunAs incomingRunAs
outgoingRunAs
org.jboss.security.RunAs outgoingRunAs
iSecurityManagement
org.jboss.security.ISecurityManagement iSecurityManagement
serialVersionUID: -5922913661708382384L
securityDomain
String securityDomain
serialVersionUID: -5942994627247826747L
securityDomain
String securityDomain
|
Package org.jboss.security.plugins.acl |
|
Class org.jboss.security.plugins.acl.JBossACLContext$1 extends Object implements Serializable |
|
Class org.jboss.security.plugins.acl.JBossACLContext$2 extends Object implements Serializable |
Copyright © 2009 JBoss Inc.. All Rights Reserved.