Serialized Form
serialVersionUID: -6412485012870705607L
Package org.jboss.security |
Class org.jboss.security.CallerIdentity extends org.jboss.security.SimplePrincipal implements Serializable |
credential
Object credential
hashCode
int hashCode
rolesStack
LinkedList<E> rolesStack
- The stack of the Groups. Elements are pushed/poped by
inserting/removing element 0.
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 |
runAsRoles
Set<E> runAsRoles
members
HashMap<K,V> members
Class org.jboss.security.SimplePrincipal extends Object implements Serializable |
serialVersionUID: 7701951188631723261L
name
String name
serialVersionUID: -8679600309865839261L
Package org.jboss.security.plugins |
Class org.jboss.security.plugins.NoAccessSecurityManager extends Object implements Serializable |
serialVersionUID: -5922913661708382384L
securityDomain
String securityDomain
Class org.jboss.security.plugins.NullSecurityManager extends Object implements Serializable |
serialVersionUID: -5942994627247826747L
securityDomain
String securityDomain
Package org.jboss.security.srp |
serialVersionUID: 6438772808805276693L
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
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
serialVersionUID: 5255628656806648070L
server
SRPServerInterface server
serialVersionUID: -2448005747721323704L
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
serialVersionUID: -7783783206948014409L
username
String username
sessionID
int sessionID
serialVersionUID: 7420301687504271098L
Package org.jboss.security.srp.jaas |
serialVersionUID: -7123071794402068344L
sessionID
int sessionID
- The SRP session ID, 0 == no session
Package org.jboss.security.ssl |
serialVersionUID: -2762336418317218104L
serialVersionUID: -6412485012870705607L
wantsClientAuth
boolean wantsClientAuth
needsClientAuth
boolean needsClientAuth
fullName
PermissionName fullName
actions
String actions
namespacePerms
TreeMap<K,V> namespacePerms
namespaceKeys
TreeMap<K,V> namespaceKeys
serialVersionUID: 358449172612757607L
name
Name name
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.