Serialized Form


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

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

Serialized Fields

userCertificate

java.security.cert.Certificate userCertificate
Certificate to use.


Package org.ow2.jonas.security.internal

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


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

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

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

Serialized Fields

name

java.lang.String name
Name of this resource (realm name).


users

java.util.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

SecurityService securityService
Reference to the security service.


jmxService

JmxService jmxService
Reference to the jmx service.


domainName

java.lang.String domainName
name of the management domain.

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

Serialized Fields

dsName

java.lang.String dsName
Name of the datasource resource to use.


userTable

java.lang.String userTable
Name of table which have the username/password


userTableUsernameCol

java.lang.String userTableUsernameCol
Column of the username of the user table


userTablePasswordCol

java.lang.String userTablePasswordCol
Column of the password of the user table


roleTable

java.lang.String roleTable
Name of table which have the username/role


roleTableUsernameCol

java.lang.String roleTableUsernameCol
Column of the username of the role table


roleTableRolenameCol

java.lang.String roleTableRolenameCol
Column of the role of the role table


algorithm

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


dataSource

javax.sql.DataSource dataSource
Datasource to use


userPrincipalsQuery

java.lang.String userPrincipalsQuery
User defined query for retrieving principals


userRolesQuery

java.lang.String userRolesQuery
User defined query for retrieving roles

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

Serialized Fields

initialContextFactory

java.lang.String initialContextFactory
Initial context factory for the LDAp server


providerUrl

java.lang.String providerUrl
Url of the ldap server


securityAuthentication

java.lang.String securityAuthentication
Type of the authentication used during the authentication to the LDAP server


securityPrincipal

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


securityCredentials

java.lang.String securityCredentials
Credential(password) of the principal


securityProtocol

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


language

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


referral

java.lang.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

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


authenticationMode

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


userPasswordAttribute

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


userRolesAttribute

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


roleNameAttribute

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


baseDN

java.lang.String baseDN
DN used for the lookup


userDN

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


userSearchFilter

java.lang.String userSearchFilter
Filter used when searching the user


roleDN

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


roleSearchFilter

java.lang.String roleSearchFilter
Filter used when searching the role


algorithm

java.lang.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

serialVersionUID: 1L

Serialized Fields

groups

java.util.Hashtable<K,V> groups
Groups.


roles

java.util.Hashtable<K,V> roles
Roles.

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

serialVersionUID: 2L


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

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

Serialized Fields

name

java.lang.String name
Name of the user


roles

java.util.Vector<E> roles
Roles


description

java.lang.String description
Description of the role

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

Serialized Fields

dn

java.lang.String dn
The distinguished name of this user

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

Serialized Fields

name

java.lang.String name
Name of the role


description

java.lang.String description
Description of the role

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

Serialized Fields

name

java.lang.String name
Name of the user


password

java.lang.String password
Password of the user


hashPassword

HashPassword hashPassword
Hash password of the user


groups

java.util.Vector<E> groups
Groups


roles

java.util.Vector<E> roles
Roles


combinedRoles

java.util.ArrayList<E> combinedRoles
Combined roles


Package org.ow2.jonas.security.ws.initializer

Class org.ow2.jonas.security.ws.initializer.SecurityContextInitializerException extends java.lang.Exception implements Serializable

serialVersionUID: 1L



Copyright © 2010 OW2 Consortium. All Rights Reserved.