Serialized Form
-
Package org.jboss.crypto
-
Class org.jboss.crypto.JBossSXProvider extends Provider implements Serializable
- serialVersionUID:
- -2338131128387727845L
-
-
Package org.jboss.security
-
Class org.jboss.security.NestableGroup extends SimplePrincipal implements Serializable
- serialVersionUID:
- 1752783303935807441L
-
Serialized Fields
-
rolesStack
LinkedList<Principal> rolesStack
The stack of the Groups. Elements are pushed/poped by inserting/removing element 0.
-
-
Class org.jboss.security.NestablePrincipal extends SimplePrincipal implements Serializable
- serialVersionUID:
- 4628473920470890923L
-
Serialized Fields
-
principalStack
LinkedList<Principal> principalStack
The stack of the Principals. Elements are pushed/poped by inserting/removing element 0.
-
-
Class org.jboss.security.PicketBoxLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.security.PicketBoxMessages_$bundle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
-
Class org.jboss.security.RunAsIdentity extends SimplePrincipal implements Serializable
- serialVersionUID:
- -3236178735180485083L
-
Class org.jboss.security.SimpleGroup extends SimplePrincipal implements Serializable
- serialVersionUID:
- 6051859639378507247L
-
Serialized Fields
-
members
HashMap members
-
-
Class org.jboss.security.SimplePrincipal extends Object implements Serializable
- serialVersionUID:
- 7701951188631723261L
-
Serialized Fields
-
name
String name
-
-
Class org.jboss.security.SubjectInfo extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.jboss.security.acl
-
Class org.jboss.security.acl.ACLEntryImpl extends Object implements Serializable
- serialVersionUID:
- -2985214023383451768L
-
Serialized Fields
-
acl
ACLImpl acl
-
bitMask
int bitMask
-
entryID
long entryID
-
identity
Identity identity
-
identityOrRole
String identityOrRole
-
permission
BitMaskPermission permission
-
-
Class org.jboss.security.acl.ACLImpl extends Object implements Serializable
- serialVersionUID:
- -6390609071167528812L
-
Serialized Fields
-
aclID
long aclID
-
entries
Collection<ACLEntryImpl> entries
-
entriesMap
Map<String,ACLEntry> entriesMap
-
resource
Resource resource
-
resourceAsString
String resourceAsString
-
-
-
Package org.jboss.security.auth.callback
-
Class org.jboss.security.auth.callback.JASPICallbackHandler extends JBossCallbackHandler implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.security.auth.callback.JBossCallbackHandler extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.jboss.security.auth.login
-
Class org.jboss.security.auth.login.ParseException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
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.
-
-
Class org.jboss.security.auth.login.Token extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
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. -
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.
-
-
Class org.jboss.security.auth.login.TokenMgrError extends Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
Class org.jboss.security.auth.login.XMLLoginConfigImpl extends Configuration implements Serializable
- serialVersionUID:
- -8965860493224188277L
-
Serialized Fields
-
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
-
Class org.jboss.security.auth.spi.InputValidationException extends Exception implements Serializable
-
-
Package org.jboss.security.authentication
-
Class org.jboss.security.authentication.JBossCachedAuthenticationManager.DomainInfo extends Object implements Serializable
- serialVersionUID:
- 7402775370244483773L
-
Serialized Fields
-
callerPrincipal
Principal callerPrincipal
-
contextClassLoader
ClassLoader contextClassLoader
-
credential
Object credential
-
loginContext
LoginContext loginContext
-
subject
Subject subject
-
-
-
Package org.jboss.security.authorization
-
Class org.jboss.security.authorization.AuthorizationException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -1345277261367748064L
-
-
Package org.jboss.security.cache
-
Class org.jboss.security.cache.SecurityCacheException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.jboss.security.identity
-
Package org.jboss.security.identity.extensions
-
Package org.jboss.security.identity.fed
-
Package org.jboss.security.identity.plugins
-
Class org.jboss.security.identity.plugins.SimpleIdentity extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.security.identity.plugins.SimpleRole extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.security.identity.plugins.SimpleRoleGroup extends SimpleRole implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
-
Package org.jboss.security.identitytrust
-
Class org.jboss.security.identitytrust.IdentityTrustException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.jboss.security.javaee.exceptions
-
Class org.jboss.security.javaee.exceptions.MissingArgumentsException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.security.javaee.exceptions.WrongEEResourceException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.jboss.security.plugins
-
Class org.jboss.security.plugins.DefaultSecurityManagement extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
handler
CallbackHandler handler
-
-
Class org.jboss.security.plugins.JBossPolicyRegistration extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
contextIDToJBossPDP
Map<String,org.jboss.security.xacml.core.JBossPDP> contextIDToJBossPDP
When the policy configuration file is registered, we directly store a copy of the JBossPDP that has read in the config file -
contextIdToXACMLPolicy
Map<String,Set<org.jboss.security.xacml.interfaces.XACMLPolicy>> contextIdToXACMLPolicy
-
-
Class org.jboss.security.plugins.JBossSecurityContext extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
contextData
Map<String,Object> contextData
-
incomingRunAs
RunAs incomingRunAs
-
iSecurityManagement
ISecurityManagement iSecurityManagement
-
outgoingRunAs
RunAs outgoingRunAs
-
securityDomain
String securityDomain
-
subjectInfo
SubjectInfo subjectInfo
-
trace
boolean trace
-
-
Class org.jboss.security.plugins.NoAccessSecurityManager extends Object implements Serializable
- serialVersionUID:
- -5922913661708382384L
-
Serialized Fields
-
securityDomain
String securityDomain
-
-
Class org.jboss.security.plugins.NullSecurityManager extends Object implements Serializable
- serialVersionUID:
- -5942994627247826747L
-
Serialized Fields
-
securityDomain
String securityDomain
-
-
-
Package org.jboss.security.util.state
-
Class org.jboss.security.util.state.IllegalTransitionException extends Exception implements Serializable
- serialVersionUID:
- -3392564168782896452L
-
-
Package org.jboss.security.vault
-
Class org.jboss.security.vault.SecurityVaultException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -463686701228652165L
-
-
Package org.picketbox.exceptions
-
Class org.picketbox.exceptions.ConfigurationFileNullException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketbox.exceptions.ConfigurationParsingException extends IllegalStateException implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketbox.exceptions.ConfigurationStreamNullException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketbox.exceptions.PicketBoxProcessingException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.picketbox.plugins
-
Class org.picketbox.plugins.PicketBoxSecurityManagement extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketbox.plugins.SecurityFactorySecurityManagement extends Object implements Serializable
- serialVersionUID:
- 4533649455497748886L
-
-
Package org.picketbox.plugins.vault
-
Class org.picketbox.plugins.vault.SecurityVaultData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
Reads object from the ObjectInputStream. This method needs to be changed when implementing changes in data andSecurityVaultData.VERSION
is changed.- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
Writes object to the ObjectOutputSteream.- Throws:
IOException
-
-