Serialized Form


Package org.jboss.crypto

Class org.jboss.crypto.CipherClientSocketFactory extends Object implements Serializable

serialVersionUID: -6412485012870705607L

Class org.jboss.crypto.JBossSXProvider extends Provider implements Serializable


Package org.jboss.security

Class org.jboss.security.CallerIdentity extends org.jboss.security.SimplePrincipal implements Serializable

Serialized Fields

credential

Object credential

hashCode

int hashCode

Class org.jboss.security.NestableGroup extends org.jboss.security.SimplePrincipal implements Serializable

Serialized Fields

rolesStack

LinkedList<E> rolesStack
The stack of the Groups. Elements are pushed/poped by inserting/removing element 0.

Class org.jboss.security.NestablePrincipal extends org.jboss.security.SimplePrincipal implements Serializable

Serialized Fields

principalStack

LinkedList<E> principalStack
The stack of the Principals. Elements are pushed/poped by inserting/removing element 0.

Class org.jboss.security.RunAsIdentity extends org.jboss.security.CallerIdentity implements Serializable

Serialized Fields

runAsRoles

Set<E> runAsRoles

Class org.jboss.security.SimpleGroup extends org.jboss.security.SimplePrincipal implements Serializable

Serialized Fields

members

HashMap<K,V> members

Class org.jboss.security.SimplePrincipal extends Object implements Serializable

serialVersionUID: 7701951188631723261L

Serialized Fields

name

String name

Class org.jboss.security.SubjectSecurityProxyFactory extends Object implements Serializable

serialVersionUID: -8679600309865839261L


Package org.jboss.security.plugins

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.srp

Class org.jboss.security.srp.SRPParameters extends Object implements Serializable

serialVersionUID: 6438772808805276693L

Serialized Fields

N

byte[] N
The algorithm safe-prime modulus


g

byte[] g
The algorithm primitive generator


s

byte[] s
The random password salt originally used to verify the password


hashAlgorithm

String hashAlgorithm
The algorithm to hash the session key to produce K. To be consistent with the RFC2945 description this must be SHA_Interleave as implemented by the JBossSX security provider. For compatibility with earlier JBossSX SRP releases the algorithm must be SHA_ReverseInterleave. This name is passed to java.security.MessageDigest.getInstance().


cipherAlgorithm

String cipherAlgorithm
The algorithm to use for any encryption of data.


cipherIV

byte[] cipherIV
The cipher intialization vector bytes

Class org.jboss.security.srp.SRPPermission extends BasicPermission implements Serializable

Class org.jboss.security.srp.SRPRemoteServer extends UnicastRemoteObject implements Serializable

Serialized Fields

sessionMap

Map<K,V> sessionMap
A map of for the active sessions


verifierStore

SRPVerifierStore verifierStore
The store implementation providing the SRP VerifierInfo


listener

SRPServerListener listener
The callback interface for SRP session events.


requireAuxChallenge

boolean requireAuxChallenge
A flag indicating if the client must supply an aux challenge

Class org.jboss.security.srp.SRPServerProxy extends Object implements Serializable

serialVersionUID: 5255628656806648070L

Serialized Fields

server

SRPServerInterface server

Class org.jboss.security.srp.SRPServerSession extends Object implements Serializable

serialVersionUID: -2448005747721323704L

Serialized Fields

params

SRPParameters params

N

BigInteger N

g

BigInteger g

v

BigInteger v

b

BigInteger b

B

BigInteger B

K

byte[] K

M1

byte[] M1

M2

byte[] M2

Class org.jboss.security.srp.SRPSessionKey extends Object implements Serializable

serialVersionUID: -7783783206948014409L

Serialized Fields

username

String username

sessionID

int sessionID

Class org.jboss.security.srp.SRPVerifierStore.VerifierInfo extends Object implements Serializable

serialVersionUID: 7420301687504271098L

Serialized Fields

Package org.jboss.security.srp.jaas

Class org.jboss.security.srp.jaas.SRPPrincipal extends org.jboss.security.SimplePrincipal implements Serializable

serialVersionUID: -7123071794402068344L

Serialized Fields

sessionID

int sessionID
The SRP session ID, 0 == no session


Package org.jboss.security.ssl

Class org.jboss.security.ssl.ClientSocketFactory extends SocketFactory implements Serializable

serialVersionUID: -2762336418317218104L

Class org.jboss.security.ssl.RMISSLClientSocketFactory extends Object implements Serializable

serialVersionUID: -6412485012870705607L

Serialized Fields

wantsClientAuth

boolean wantsClientAuth

needsClientAuth

boolean needsClientAuth

Package org.jboss.test

Class org.jboss.test.NamespacePermission extends BasicPermission implements Serializable

Serialized Fields

fullName

PermissionName fullName

actions

String actions

Class org.jboss.test.NamespacePermissionCollection extends PermissionCollection implements Serializable

Serialized Fields

namespacePerms

TreeMap<K,V> namespacePerms

namespaceKeys

TreeMap<K,V> namespaceKeys

Class org.jboss.test.PermissionName extends Object implements Serializable

serialVersionUID: 358449172612757607L

Serialized Fields

name

Name name



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.