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.acl |
serialVersionUID: -2985214023383451768L
entryID
long entryID
permission
BitMaskPermission permission
bitMask
int bitMask
identity
org.jboss.security.identity.Identity identity
identityOrRole
String identityOrRole
acl
ACLImpl acl
serialVersionUID: -6390609071167528812L
aclID
long aclID
resource
org.jboss.security.authorization.Resource resource
resourceAsString
String resourceAsString
entriesMap
Map<K,V> entriesMap
entries
Collection<E> entries
Package org.jboss.security.auth.callback |
serialVersionUID: 1L
principal
Principal principal
credential
Object credential
Package org.jboss.security.auth.login |
serialVersionUID: 1L
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.
serialVersionUID: 1L
kind
int kind
- An integer that describes the kind of this token. This numbering
system is determined by JavaCCParser, and a table of these numbers is
stored in the file ...Constants.java.
beginLine
int beginLine
- The line number of the first character of this Token.
beginColumn
int beginColumn
- The column number of the first character of this Token.
endLine
int endLine
- The line number of the last character of this Token.
endColumn
int endColumn
- The column number of the last character of this Token.
image
String image
- The string image of the token.
next
Token next
- A reference to the next regular (non-special) token from the input
stream. If this is the last token from the input stream, or if the
token manager has not read tokens beyond this one, this field is
set to null. This is true only if this token is also a regular
token. Otherwise, see below for a description of the contents of
this field.
specialToken
Token specialToken
- This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
If there are no such special tokens, this field is set to null.
When there are more than one such special token, this field refers
to the last of these special tokens, which in turn refers to the next
previous special token through its specialToken field, and so on
until the first special token (whose specialToken field is null).
The next fields of special tokens refer to other special tokens that
immediately follow it (without an intervening regular token). If there
is no such token, this field is null.
serialVersionUID: 1L
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.identity.plugins |
serialVersionUID: 1L
name
String name
role
org.jboss.security.identity.Role role
serialVersionUID: 1L
roleName
String roleName
parent
org.jboss.security.identity.Role parent
serialVersionUID: 1L
roles
ArrayList<E> roles
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
Copyright © 2009 JBoss Inc.. All Rights Reserved.