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 rolesStack
- The stack of the Groups. Elements are pushed/poped by
inserting/removing element 0.
principalStack
LinkedList 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 runAsRoles
members
HashMap 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 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 namespacePerms
namespaceKeys
TreeMap namespaceKeys
serialVersionUID: 358449172612757607l
name
Name name
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.