Serialized Form


Package org.ow2.jonas.security.auth.callback

Class org.ow2.jonas.security.auth.callback.CertificateCallback extends Object implements Serializable

Serialized Fields

userCertificate

Certificate userCertificate
Certificate to use.


Package org.ow2.jonas.security.internal

Class org.ow2.jonas.security.internal.SecurityServiceException extends Exception implements Serializable


Package org.ow2.jonas.security.internal.realm.factory

Class org.ow2.jonas.security.internal.realm.factory._JResourceRemote_Stub extends Stub implements Serializable

Class org.ow2.jonas.security.internal.realm.factory.AbstractJResource extends org.ow2.jonas.lib.reconfig.ReconfigEmitter implements Serializable

Serialized Fields

name

String name
Name of this resource (realm name).


users

Hashtable<K,V> users
Hashtable used to cache the users (speed up search).


sequenceNumber

long sequenceNumber
Value used as sequence number by reconfiguration notifications.


securityService

org.ow2.jonas.security.SecurityService securityService
Reference to the security service.


jmxService

org.ow2.jonas.jmx.JmxService jmxService
Reference to the jmx service.


domainName

String domainName
name of the management domain.

Class org.ow2.jonas.security.internal.realm.factory.JResourceDS extends AbstractJResource implements Serializable

Serialized Fields

dsName

String dsName
Name of the datasource resource to use.


userTable

String userTable
Name of table which have the username/password


userTableUsernameCol

String userTableUsernameCol
Column of the username of the user table


userTablePasswordCol

String userTablePasswordCol
Column of the password of the user table


roleTable

String roleTable
Name of table which have the username/role


roleTableUsernameCol

String roleTableUsernameCol
Column of the username of the role table


roleTableRolenameCol

String roleTableRolenameCol
Column of the role of the role table


algorithm

String algorithm
Default algorithm. If specified, the default is not 'clear' password


dataSource

DataSource dataSource
Datasource to use


userPrincipalsQuery

String userPrincipalsQuery
User defined query for retrieving principals


userRolesQuery

String userRolesQuery
User defined query for retrieving roles

Class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP extends AbstractJResource implements Serializable

Serialized Fields

initialContextFactory

String initialContextFactory
Initial context factory for the LDAp server


providerUrl

String providerUrl
Url of the ldap server


securityAuthentication

String securityAuthentication
Type of the authentication used during the authentication to the LDAP server


securityPrincipal

String securityPrincipal
DN of the Principal(username). He can retrieve the information from the user


securityCredentials

String securityCredentials
Credential(password) of the principal


securityProtocol

String securityProtocol
Constant that holds the name of the environment property for specifying the security protocol to use.


language

String language
Constant that holds the name of the environment property for specifying the preferred language to use with the service.


referral

String referral
Constant that holds the name of the environment property for specifying how referrals encountered by the service provider are to be processed.


stateFactories

String stateFactories
Constant that holds the name of the environment property for specifying the list of state factories to use.


authenticationMode

String authenticationMode
Mode for validate the authentication (BIND_AUTHENTICATION_MODE or COMPARE_AUTHENTICATION_MODE)


userPasswordAttribute

String userPasswordAttribute
Attribute in order to get the password from the ldap server


userRolesAttribute

String userRolesAttribute
Attribute in order to get the user role from the ldap server


roleNameAttribute

String roleNameAttribute
Attribute for the role name when performing a lookup on a role


baseDN

String baseDN
DN used for the lookup


userDN

String userDN
DN used when searching the user DN. Override the baseDN if it is defined


userSearchFilter

String userSearchFilter
Filter used when searching the user


roleDN

String roleDN
DN used when searching the role DN. Override the baseDN if it is defined


roleSearchFilter

String roleSearchFilter
Filter used when searching the role


algorithm

String algorithm
Default algorithm. If specified, the default is not 'clear' password

Class org.ow2.jonas.security.internal.realm.factory.JResourceMemory extends AbstractJResource implements Serializable

Serialized Fields

groups

Hashtable<K,V> groups
Groups


roles

Hashtable<K,V> roles
Roles

Class org.ow2.jonas.security.internal.realm.factory.JResourceRemoteImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L


Package org.ow2.jonas.security.internal.realm.principal

Class org.ow2.jonas.security.internal.realm.principal.Group extends Object implements Serializable

Serialized Fields

name

String name
Name of the user


roles

Vector<E> roles
Roles


description

String description
Description of the role

Class org.ow2.jonas.security.internal.realm.principal.LDAPUser extends User implements Serializable

Serialized Fields

dn

String dn
The distinguished name of this user

Class org.ow2.jonas.security.internal.realm.principal.Role extends Object implements Serializable

Serialized Fields

name

String name
Name of the role


description

String description
Description of the role

Class org.ow2.jonas.security.internal.realm.principal.User extends Object implements Serializable

Serialized Fields

name

String name
Name of the user


password

String password
Password of the user


hashPassword

org.ow2.jonas.security.realm.lib.HashPassword hashPassword
Hash password of the user


groups

Vector<E> groups
Groups


roles

Vector<E> roles
Roles


combinedRoles

ArrayList<E> combinedRoles
Combined roles



Copyright © 2008 OW2 Consortium. All Rights Reserved.