A B C D E F G H I J L N O P R S T U W X

A

abort() - Method in class org.ow2.jonas.security.auth.spi.ClientLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class org.ow2.jonas.security.auth.spi.CRLLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class org.ow2.jonas.security.auth.spi.JDirectResourceLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class org.ow2.jonas.security.auth.spi.JResourceLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class org.ow2.jonas.security.auth.spi.RemoteLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class org.ow2.jonas.security.auth.spi.SignLoginModule
Method to abort the authentication process (phase 2).
AbsSecurityContextHelper - Class in org.ow2.jonas.security.internal
This class allows to authenticate users.
AbsSecurityContextHelper() - Constructor for class org.ow2.jonas.security.internal.AbsSecurityContextHelper
 
AbstractJResource - Class in org.ow2.jonas.security.internal.realm.factory
This class implements JOnAS realm factory objects.
AbstractJResource() - Constructor for class org.ow2.jonas.security.internal.realm.factory.AbstractJResource
Constructor.
addGroup(Group) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceMemory
Add a group to this resource.
addGroup(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceMemory
Add a group with a given name?
addGroup(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceMemoryMBean
Add a group with a given name
addGroup(String) - Method in class org.ow2.jonas.security.internal.realm.principal.User
 
addGroup(String) - Method in interface org.ow2.jonas.security.internal.realm.principal.UserMBean
Add the specified group to this user
addJResource(JResource) - Method in class org.ow2.jonas.security.internal.JResources
Add the Resource (memory, ldap, datasource,...).
addJResourceDS(String, String, String, String, String, String, String, String, String) - Method in class org.ow2.jonas.security.internal.JonasSecurityServiceImpl
Add a DS resource.
addJResourceDS(String, String, String, String, String, String, String, String, String) - Method in interface org.ow2.jonas.security.internal.JonasSecurityServiceImplMBean
Add a DS resource
addJResourceLDAP(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class org.ow2.jonas.security.internal.JonasSecurityServiceImpl
Add a LDAP resource.
addJResourceLDAP(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in interface org.ow2.jonas.security.internal.JonasSecurityServiceImplMBean
Add a LDAP resource
addJResourceMemory(String) - Method in class org.ow2.jonas.security.internal.JonasSecurityServiceImpl
Add a Memory resource.
addJResourceMemory(String) - Method in interface org.ow2.jonas.security.internal.JonasSecurityServiceImplMBean
Add a Memory resource
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.ow2.jonas.security.internal.realm.factory.AbstractJResource
Allows for listener objects to receive notifications emitted by this resource.
addResources(String) - Method in class org.ow2.jonas.security.internal.JonasSecurityServiceImpl
Add JResources with a given xml configuration.
addResources(String) - Method in interface org.ow2.jonas.security.internal.JonasSecurityServiceImplMBean
Add JResources with a given xml configuration
addResources(JResources, Reader, String) - Method in class org.ow2.jonas.security.lib.JResourceManager
Add JResource(s) created from parsing of the reader contents inside the JResources given instance.
addRole(Role) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceMemory
Add a role to this resource.
addRole(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceMemory
Add a role with a given name?
addRole(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceMemoryMBean
Add a role with a given name
addRole(String) - Method in class org.ow2.jonas.security.internal.realm.principal.Group
Add a role to this group
addRole(String) - Method in interface org.ow2.jonas.security.internal.realm.principal.GroupMBean
Add a role to this user
addRole(String) - Method in class org.ow2.jonas.security.internal.realm.principal.User
 
addRole(String) - Method in interface org.ow2.jonas.security.internal.realm.principal.UserMBean
Add a role to this user
addRuleInstances(Digester) - Method in class org.ow2.jonas.security.rules.JDSRuleSet
Add a set of rules to the digester object
addRuleInstances(Digester) - Method in class org.ow2.jonas.security.rules.JLDAPRuleSet
Add a set of rules to the digester object
addRuleInstances(Digester) - Method in class org.ow2.jonas.security.rules.JMemoryRuleSet
Add a set of rules to the digester object
addUser(User) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceMemory
Add a user to this resource.
addUser(String, String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceMemory
Add a user with a given principal and credential.
addUser(String, String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceMemoryMBean
Add a user with a given principal and credential
appendVectorToBuffer(String, StringBuffer, Vector) - Static method in class org.ow2.jonas.security.internal.realm.lib.XML
Append to the given buffer the hashtable elements with comma separated list
authenticate(String, char[], String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceRemote
Authenticate a given user
authenticate(String, char[], String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceRemoteImpl
Authenticate a given user
authenticateJAAS(String, char[], String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceRemote
Authenticate a given user
authenticateJAAS(String, char[], String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceRemoteImpl
Authenticate a given user

B

bindResource(String, JResource) - Method in class org.ow2.jonas.security.internal.JonasSecurityServiceImpl
Bind the given resource with the given name and register with a new MBean.

C

CertificateCallback - Class in org.ow2.jonas.security.auth.callback
Defines a callback which is use to store a certificate.
CertificateCallback() - Constructor for class org.ow2.jonas.security.auth.callback.CertificateCallback
 
clearCache() - Method in class org.ow2.jonas.security.internal.realm.factory.AbstractJResource
 
clearCache() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceDSMBean
Clear the cache
clearCache() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Clear the cache
ClientLoginModule - Class in org.ow2.jonas.security.auth.spi
This class is used to propagate the Principal and roles to the server It doesn't make any authentication
ClientLoginModule() - Constructor for class org.ow2.jonas.security.auth.spi.ClientLoginModule
 
commit() - Method in class org.ow2.jonas.security.auth.spi.ClientLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class org.ow2.jonas.security.auth.spi.CRLLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class org.ow2.jonas.security.auth.spi.JDirectResourceLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class org.ow2.jonas.security.auth.spi.JResourceLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class org.ow2.jonas.security.auth.spi.RemoteLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class org.ow2.jonas.security.auth.spi.SignLoginModule
Method to commit the authentication process (phase 2).
CONFIG_FILE - Static variable in class org.ow2.jonas.security.internal.JonasSecurityServiceImpl
Relative path of the realm configuration file.
CONFIG_FILE_DTD - Static variable in class org.ow2.jonas.security.lib.JResourceManager
DTD of the realm configuration file.
createRealmDigester() - Method in class org.ow2.jonas.security.lib.JResourceManager
Create and configure the Digester that will be used for the xml parsing of the JOnAS realm file.
CRLLoginModule - Class in org.ow2.jonas.security.auth.spi
Defines a login module for the authentication by using certificates
CRLLoginModule() - Constructor for class org.ow2.jonas.security.auth.spi.CRLLoginModule
 

D

DEFAULT_ALGO - Static variable in class org.ow2.jonas.security.internal.realm.lib.HashHelper
The default algorithm
DialogCallbackHandler - Class in org.ow2.jonas.security.auth.callback
Uses a Swing dialog window to query the user for answers to authentication questions.
DialogCallbackHandler() - Constructor for class org.ow2.jonas.security.auth.callback.DialogCallbackHandler
The constructor to create a callback dialog with the default parent window.
DialogCallbackHandler(String) - Constructor for class org.ow2.jonas.security.auth.callback.DialogCallbackHandler
The constructor to create a callback dialog with the default parent window.
DialogCallbackHandler(String, String, String) - Constructor for class org.ow2.jonas.security.auth.callback.DialogCallbackHandler
The constructor to create a callback dialog with the default parent window.
DialogCallbackHandler(String, String, String, String, String, int, int, char) - Constructor for class org.ow2.jonas.security.auth.callback.DialogCallbackHandler
The constructor to create a callback dialog with the default parent window.
doStart() - Method in class org.ow2.jonas.security.internal.JonasSecurityServiceImpl
Start the Service Initialization of the service is already done.
doStop() - Method in class org.ow2.jonas.security.internal.JonasSecurityServiceImpl
Stop the Service.
DTD_RESOURCE - Static variable in class org.ow2.jonas.security.lib.JResourceManager
Resource for the DTD.

E

encryptPassword(String, String) - Method in class org.ow2.jonas.security.internal.JonasSecurityServiceImpl
Encrypt a string with an algorithm.
encryptPassword(String, String) - Method in interface org.ow2.jonas.security.internal.JonasSecurityServiceImplMBean
Encrypt a string with an algorithm
error(SAXParseException) - Method in class org.ow2.jonas.security.lib.JErrorHandler
Receive notification of a recoverable error.

F

fatalError(SAXParseException) - Method in class org.ow2.jonas.security.lib.JErrorHandler
Receive notification of a non-recoverable error.
findRemoteResource(List<String>, List<String>) - Method in class org.ow2.jonas.security.auth.spi.RemoteLoginModule
Gets a remote resource in order to ask a remote authentication.
findUser(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Check if a user is found and return it
findUser(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Check if a user is found and return it
findUser(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceMemory
Check if a user is found and return it.

G

getAlgorithm() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Get the default algorithm
getAlgorithm() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceDSMBean
Get the default algorithm
getAlgorithm() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Get the default algorithm
getAlgorithm() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Get the default algorithm
getArrayGroups() - Method in class org.ow2.jonas.security.internal.realm.principal.User
 
getArrayGroups() - Method in interface org.ow2.jonas.security.internal.realm.principal.UserMBean
Get the groups
getArrayListCombinedRoles(JUser) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Get all the roles (from the roles and from the groups) of the given user
getArrayListCombinedRoles(JUser) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Get all the roles (from the roles and from the groups) of the given user
getArrayListCombinedRoles(JUser) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceMemory
Get all the roles (from the roles and from the groups) of the given user.
getArrayRoles() - Method in class org.ow2.jonas.security.internal.realm.principal.Group
Get the roles
getArrayRoles() - Method in interface org.ow2.jonas.security.internal.realm.principal.GroupMBean
Get the roles
getArrayRoles() - Method in class org.ow2.jonas.security.internal.realm.principal.User
 
getArrayRoles() - Method in interface org.ow2.jonas.security.internal.realm.principal.UserMBean
Get the roles
getAuthenticationMode() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Get the mode for validate the authentication of this LDAP realm
getAuthenticationMode() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Get the mode for validate the authentication of this LDAP realm
getBaseDN() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Get the DN used for the lookup of this LDAP realm
getBaseDN() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Get the DN used for the lookup of this LDAP realm
getCombinedRoles() - Method in class org.ow2.jonas.security.internal.realm.principal.User
 
getConfigFile() - Method in class org.ow2.jonas.security.internal.JonasSecurityServiceImpl
Return a File object representing the jonas-realm.xml configuration file.
getDescription() - Method in class org.ow2.jonas.security.internal.realm.principal.Group
Get the description of this group
getDescription() - Method in interface org.ow2.jonas.security.internal.realm.principal.GroupMBean
Get the description of this group
getDescription() - Method in class org.ow2.jonas.security.internal.realm.principal.Role
Get the description of this role
getDescription() - Method in interface org.ow2.jonas.security.internal.realm.principal.RoleMBean
Get the description of this role
getDirContext() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Return a dircontext for this LDAP server
getDN() - Method in class org.ow2.jonas.security.internal.realm.principal.LDAPUser
Get the DN of this user
getDsName() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Get the name of the resource to use
getDsName() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceDSMBean
Get the name of the resource to use
getGroups() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceMemory
Return all the groups.
getGroups() - Method in class org.ow2.jonas.security.internal.realm.principal.User
 
getHashPassword(String) - Static method in class org.ow2.jonas.security.internal.realm.lib.HashHelper
Return the haspassword object from a string.
getHashPassword() - Method in class org.ow2.jonas.security.internal.realm.principal.User
 
getInitialContext(String) - Method in class org.ow2.jonas.security.auth.spi.RemoteLoginModule
Builds an Initial Context for the given providerURL.
getInitialContextFactory() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Return the initial context factory of this LDAP realm
getInitialContextFactory() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Return the initial context factory of this LDAP realm
getInstance() - Static method in class org.ow2.jonas.security.lib.JResourceManager
 
getInstance() - Static method in class org.ow2.jonas.security.ws.SecurityContextHelper
 
getJResource(String) - Method in class org.ow2.jonas.security.internal.JonasSecurityServiceImpl
Return a resource by giving its name.
getJResource(String) - Method in class org.ow2.jonas.security.internal.JResources
 
getLanguage() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Get the preferred language to use with the service of this LDAP realm
getLanguage() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Get the preferred language to use with the service of this LDAP realm
getLogger() - Method in class org.ow2.jonas.security.internal.AbsSecurityContextHelper
 
getLogger() - Static method in class org.ow2.jonas.security.internal.realm.factory.AbstractJResource
 
getLogger() - Method in class org.ow2.jonas.security.ws.SecurityContextHelper
 
getName() - Method in class org.ow2.jonas.security.internal.realm.factory.AbstractJResource
 
getName() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceMBean
Get the name of this resource.
getName() - Method in class org.ow2.jonas.security.internal.realm.principal.Group
Get the name of this user
getName() - Method in interface org.ow2.jonas.security.internal.realm.principal.GroupMBean
Get the name of this user
getName() - Method in class org.ow2.jonas.security.internal.realm.principal.Role
Get the name of this role
getName() - Method in interface org.ow2.jonas.security.internal.realm.principal.RoleMBean
Get the name of this role
getName() - Method in class org.ow2.jonas.security.internal.realm.principal.User
 
getName() - Method in interface org.ow2.jonas.security.internal.realm.principal.UserMBean
Get the name of this user
getPassword() - Method in class org.ow2.jonas.security.internal.realm.principal.User
 
getPassword() - Method in interface org.ow2.jonas.security.internal.realm.principal.UserMBean
Get the password of this user
getProviderUrl() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Get the Url of the ldap server of this LDAP realm
getProviderUrl() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Get the Url of the ldap server of this LDAP realm
getRealmDefault() - Method in class org.ow2.jonas.security.internal.AbsSecurityContextHelper
 
getRealmDefault() - Method in class org.ow2.jonas.security.ws.SecurityContextHelper
 
getRealmKey() - Method in class org.ow2.jonas.security.internal.AbsSecurityContextHelper
 
getRealmKey() - Method in class org.ow2.jonas.security.ws.SecurityContextHelper
 
getReference() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Retrieves the Reference of the object.
getReference() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Retrieves the Reference of the object.
getReference() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceMemory
Retrieves the Reference of the object.
getReferral() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Get how referrals encountered by the service provider are to be processed
getReferral() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Get how referrals encountered by the service provider are to be processed
getResources() - Method in class org.ow2.jonas.security.internal.JResources
 
getRoleDN() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Get the DN used when searching the role DN.
getRoleDN() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Get the DN used when searching the role DN.
getRoleNameAttribute() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Get the role name when performing a lookup on a role
getRoleNameAttribute() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Get the role name when performing a lookup on a role
getRoles() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceMemory
Return all the roles.
getRoles() - Method in class org.ow2.jonas.security.internal.realm.principal.Group
Get the roles
getRoles() - Method in class org.ow2.jonas.security.internal.realm.principal.User
 
getRoleSearchFilter() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Get the filter used when searching the role
getRoleSearchFilter() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Get the filter used when searching the role
getRoleTable() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Get the name of table which have the username/role
getRoleTable() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceDSMBean
Get the name of table which have the username/role
getRoleTableRolenameCol() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Get the name of the column of the role of the role table
getRoleTableRolenameCol() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceDSMBean
Get the name of the column of the role of the role table
getRoleTableUsernameCol() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Get the name of the column of the username of the role table
getRoleTableUsernameCol() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceDSMBean
Get the name of the column of the username of the role table
getSecurityAuthentication() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Get the authentication used during the authentication to the LDAP server of this LDAP realm
getSecurityAuthentication() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Get the authentication used during the authentication to the LDAP server of this LDAP realm
getSecurityCredentials() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Get the Credential(password) of the principal of this LDAP realm
getSecurityCredentials() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Get the Credential(password) of the principal of this LDAP realm
getSecurityPrincipal() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Get the DN of the Principal(username) of this LDAP realm
getSecurityPrincipal() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Get the DN of the Principal(username) of this LDAP realm
getSecurityProtocol() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Get the security protocol to use of this LDAP realm
getSecurityProtocol() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Get the security protocol to use of this LDAP realm
getSequenceNumber() - Method in class org.ow2.jonas.security.internal.realm.factory.AbstractJResource
Return a sequence number and increase this number.
getStateFactories() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Get the the list of state factories of this LDAP realm
getStateFactories() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Get the the list of state factories of this LDAP realm
getUserCertificate() - Method in class org.ow2.jonas.security.auth.callback.CertificateCallback
Gets the user certificate.
getUserDN() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Get the DN used when searching the user DN.
getUserDN() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Get the DN used when searching the user DN.
getUserPasswordAttribute() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Get the attribute in order to get the password of this LDAP realm
getUserPasswordAttribute() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Get the attribute in order to get the password of this LDAP realm
getUserRolesAttribute() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Get the attribute in order to get the user role from the ldap server
getUserRolesAttribute() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Get the attribute in order to get the user role from the ldap server
getUsers() - Method in class org.ow2.jonas.security.internal.realm.factory.AbstractJResource
 
getUserSearchFilter() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Get the filter used when searching the user
getUserSearchFilter() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Get the filter used when searching the user
getUserTable() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Get the name of the table which have the username/password
getUserTable() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceDSMBean
Get the name of the table which have the username/password
getUserTablePasswordCol() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Get the name of column of the password of the user table
getUserTablePasswordCol() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceDSMBean
Get the name of column of the password of the user table
getUserTableUsernameCol() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Get the name of the column of the username of the user table
getUserTableUsernameCol() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceDSMBean
Get the name of the column of the username of the user table
Group - Class in org.ow2.jonas.security.internal.realm.principal
This class define the Group class which represent a group with its associated roles
Group() - Constructor for class org.ow2.jonas.security.internal.realm.principal.Group
Default Constructor
Group(String) - Constructor for class org.ow2.jonas.security.internal.realm.principal.Group
Constructor with a given name
GroupMBean - Interface in org.ow2.jonas.security.internal.realm.principal
This interface define the MBeans methods

H

handle(Callback[]) - Method in class org.ow2.jonas.security.auth.callback.DialogCallbackHandler
Invoke an array of Callbacks.
handle(Callback[]) - Method in class org.ow2.jonas.security.auth.callback.LoginCallbackHandler
Invoke an array of Callbacks.
handle(Callback[]) - Method in class org.ow2.jonas.security.auth.callback.NoInputCallbackHandler
Invoke an array of Callbacks.
HashHelper - Class in org.ow2.jonas.security.internal.realm.lib
Methods to hash Strings.
hashPassword(char[]) - Static method in class org.ow2.jonas.security.internal.realm.lib.HashHelper
Performs the default algorithm hashing on the supplied password and return a char array containing the password as a printable string.
hashPassword(char[], String) - Static method in class org.ow2.jonas.security.internal.realm.lib.HashHelper
Performs an algorithm specified by the user hashing on the supplied password and return a char array containing the encrypted password as a printable string.
hashPassword(String, String) - Static method in class org.ow2.jonas.security.internal.realm.lib.HashHelper
Performs an algorithm specified by the user hashing on the supplied password and return a char array containing the encrypted password as a printable string.
hasJmxService() - Method in class org.ow2.jonas.security.internal.JResources
Allows to chek if the jmx service reference is set.
hasJmxService() - Method in class org.ow2.jonas.security.lib.JResourceManager
 
HEADER_XML - Static variable in class org.ow2.jonas.security.internal.JResources
XML Header.
hexDump(byte[]) - Static method in class org.ow2.jonas.security.internal.realm.lib.HashHelper
Turn a byte array into a char array containing a printable hex representation of the bytes.

I

init() - Static method in class org.ow2.jonas.security.internal.PolicyProvider
Init the JACC configuration Defines in JACC Section 2
initialize(Subject, CallbackHandler, Map, Map) - Method in class org.ow2.jonas.security.auth.spi.ClientLoginModule
Initialize this LoginModule.
initialize(Subject, CallbackHandler, Map, Map) - Method in class org.ow2.jonas.security.auth.spi.CRLLoginModule
Initialize this LoginModule.
initialize(Subject, CallbackHandler, Map, Map) - Method in class org.ow2.jonas.security.auth.spi.JDirectResourceLoginModule
Initialize this LoginModule.
initialize(Subject, CallbackHandler, Map, Map) - Method in class org.ow2.jonas.security.auth.spi.JResourceLoginModule
Initialize this LoginModule.
initialize(Subject, CallbackHandler, Map, Map) - Method in class org.ow2.jonas.security.auth.spi.RemoteLoginModule
Initialize this LoginModule.
initialize(Subject, CallbackHandler, Map, Map) - Method in class org.ow2.jonas.security.auth.spi.SignLoginModule
Initialize this LoginModule.
invoke(Object, Method, Object[]) - Method in class org.ow2.jonas.security.auth.spi.RoleBasedAuthorizationModule
Verifies that the invoker has the right of invoking a certain method and invokes it on the MBeanServer.
isValidAlgorithm(String) - Method in class org.ow2.jonas.security.internal.JonasSecurityServiceImpl
Check if the given algorithm is a valid algorithm.
isValidAlgorithm(String) - Method in interface org.ow2.jonas.security.internal.JonasSecurityServiceImplMBean
Check if the given algorithm is a valid algorithm
isValidUser(JUser, String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Check if the given credential is the right credential for the given user
isValidUser(JUser, String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Check if the given user with the given credential is a valid user
isValidUser(JUser, String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceMemory
Check if the given credential is the right credential for the given user.
isValidUserBind(JUser, String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Check if the given user with the given credential is a valid user.
isValidUserCompare(JUser, String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Check if the given user with the given credential is a valid user.

J

JDirectResourceLoginModule - Class in org.ow2.jonas.security.auth.spi
Define a login module for the authentication by using one of the JOnAS resource Datasource, LDAP or file
JDirectResourceLoginModule() - Constructor for class org.ow2.jonas.security.auth.spi.JDirectResourceLoginModule
 
JDSRuleSet - Class in org.ow2.jonas.security.rules
Add the rules for the datasource in the jonas-realm.xml file
JDSRuleSet(String) - Constructor for class org.ow2.jonas.security.rules.JDSRuleSet
Construct an object with a specific prefix
JErrorHandler - Class in org.ow2.jonas.security.lib
Define an error handler which throw an exception as Digester not (only print stack trace).
JErrorHandler() - Constructor for class org.ow2.jonas.security.lib.JErrorHandler
 
JLDAPRuleSet - Class in org.ow2.jonas.security.rules
Add the rules for the ldap in the jonas-realm.xml file
JLDAPRuleSet(String) - Constructor for class org.ow2.jonas.security.rules.JLDAPRuleSet
Construct an object with a specific prefix
JMemoryRuleSet - Class in org.ow2.jonas.security.rules
Add the rules for the memory in the jonas-realm.xml file
JMemoryRuleSet(String) - Constructor for class org.ow2.jonas.security.rules.JMemoryRuleSet
Construct an object with a specific prefix
JonasSecurityServiceImpl - Class in org.ow2.jonas.security.internal
Security Service implementation?
JonasSecurityServiceImpl() - Constructor for class org.ow2.jonas.security.internal.JonasSecurityServiceImpl
 
JonasSecurityServiceImplMBean - Interface in org.ow2.jonas.security.internal
MBean interface for Security Service Management MBean type: Standard MBean model: Inheritance (JonasSecurityServiceImpl)
JResourceDS - Class in org.ow2.jonas.security.internal.realm.factory
This class extends the JResource class for the Datasource implementation.
JResourceDS() - Constructor for class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Constructor.
JResourceDSMBean - Interface in org.ow2.jonas.security.internal.realm.factory
Define the methods for the MBean
JResourceLDAP - Class in org.ow2.jonas.security.internal.realm.factory
This class extends the JResource class for the LDAP implementation.
JResourceLDAP() - Constructor for class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Constructor : use the super constructor
JResourceLDAPMBean - Interface in org.ow2.jonas.security.internal.realm.factory
Define the methods for the MBean
JResourceLoginModule - Class in org.ow2.jonas.security.auth.spi
Define a login module for the authentication by using one of the JOnAS resource Datasource, LDAP or file.
JResourceLoginModule() - Constructor for class org.ow2.jonas.security.auth.spi.JResourceLoginModule
 
JResourceManager - Class in org.ow2.jonas.security.lib
Parse config file
JResourceMBean - Interface in org.ow2.jonas.security.internal.realm.factory
Define the methods for the all the JResource MBean.
JResourceMemory - Class in org.ow2.jonas.security.internal.realm.factory
This class extends the JResource class for the Memory implementation.
JResourceMemory() - Constructor for class org.ow2.jonas.security.internal.realm.factory.JResourceMemory
Constructor .
JResourceMemoryMBean - Interface in org.ow2.jonas.security.internal.realm.factory
Define the methods for the MBean
JResourceRemote - Interface in org.ow2.jonas.security.internal.realm.factory
This interface defines a method to allow authentication on server side even for Client container or remote applications
JResourceRemoteImpl - Class in org.ow2.jonas.security.internal.realm.factory
This class allow to make authentication on server side even for Client container or remote applications
JResourceRemoteImpl(SecurityService) - Constructor for class org.ow2.jonas.security.internal.realm.factory.JResourceRemoteImpl
Default constructor
JResources - Class in org.ow2.jonas.security.internal
 
JResources() - Constructor for class org.ow2.jonas.security.internal.JResources
Create a JResoures list attached to a given SecurityService.

L

LDAPUser - Class in org.ow2.jonas.security.internal.realm.principal
This class define the LDAPUser class which represent a ldap user.
LDAPUser() - Constructor for class org.ow2.jonas.security.internal.realm.principal.LDAPUser
 
listGroups() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceMemory
Get the groups.
listGroups() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceMemoryMBean
Get the groups
listRoles() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceMemory
Get the roles.
listRoles() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceMemoryMBean
Get the roles
login() - Method in class org.ow2.jonas.security.auth.spi.ClientLoginModule
Method to authenticate a Subject (phase 1).
login() - Method in class org.ow2.jonas.security.auth.spi.CRLLoginModule
Method to authenticate a Subject (phase 1).
login() - Method in class org.ow2.jonas.security.auth.spi.JDirectResourceLoginModule
Method to authenticate a Subject (phase 1).
login() - Method in class org.ow2.jonas.security.auth.spi.JResourceLoginModule
Method to authenticate a Subject (phase 1).
login() - Method in class org.ow2.jonas.security.auth.spi.RemoteLoginModule
Method to authenticate a Subject (phase 1).
login() - Method in class org.ow2.jonas.security.auth.spi.SignLoginModule
Method to authenticate a Subject (phase 1).
login(String, String) - Method in class org.ow2.jonas.security.internal.AbsSecurityContextHelper
Login with given principal and given credential
LoginCallbackHandler - Class in org.ow2.jonas.security.auth.callback
Come from the JAAS authentication tutorial The application implements the CallbackHandler.
LoginCallbackHandler() - Constructor for class org.ow2.jonas.security.auth.callback.LoginCallbackHandler
 
logout() - Method in class org.ow2.jonas.security.auth.spi.ClientLoginModule
Method which logs out a Subject.
logout() - Method in class org.ow2.jonas.security.auth.spi.CRLLoginModule
Method which logs out a Subject.
logout() - Method in class org.ow2.jonas.security.auth.spi.JDirectResourceLoginModule
Method which logs out a Subject.
logout() - Method in class org.ow2.jonas.security.auth.spi.JResourceLoginModule
Method which logs out a Subject.
logout() - Method in class org.ow2.jonas.security.auth.spi.RemoteLoginModule
Method which logs out a Subject.
logout() - Method in class org.ow2.jonas.security.auth.spi.SignLoginModule
Method which logs out a Subject.

N

newProxyInstance(String, String) - Static method in class org.ow2.jonas.security.auth.spi.RoleBasedAuthorizationModule
Returns a usable MBeanServerForwarder instance.
NoInputCallbackHandler - Class in org.ow2.jonas.security.auth.callback
The username and password are given by the constructor No JNDI, datasource or file checks.
NoInputCallbackHandler() - Constructor for class org.ow2.jonas.security.auth.callback.NoInputCallbackHandler
No default Constructor : must use the one with username and password.
NoInputCallbackHandler(String, String) - Constructor for class org.ow2.jonas.security.auth.callback.NoInputCallbackHandler
Constructor.
NoInputCallbackHandler(String, String, Certificate) - Constructor for class org.ow2.jonas.security.auth.callback.NoInputCallbackHandler
Constructor.

O

org.ow2.jonas.security.auth.callback - package org.ow2.jonas.security.auth.callback
 
org.ow2.jonas.security.auth.spi - package org.ow2.jonas.security.auth.spi
 
org.ow2.jonas.security.internal - package org.ow2.jonas.security.internal
 
org.ow2.jonas.security.internal.realm.factory - package org.ow2.jonas.security.internal.realm.factory
 
org.ow2.jonas.security.internal.realm.lib - package org.ow2.jonas.security.internal.realm.lib
 
org.ow2.jonas.security.internal.realm.principal - package org.ow2.jonas.security.internal.realm.principal
 
org.ow2.jonas.security.lib - package org.ow2.jonas.security.lib
 
org.ow2.jonas.security.rules - package org.ow2.jonas.security.rules
 
org.ow2.jonas.security.ws - package org.ow2.jonas.security.ws
 
org.ow2.jonas.security.ws.initializer - package org.ow2.jonas.security.ws.initializer
 

P

PolicyProvider - Class in org.ow2.jonas.security.internal
Helper class for initializing the JACC provider

R

registerGroupMBean(Group) - Method in class org.ow2.jonas.security.internal.realm.factory.AbstractJResource
Create and register an MBean for the group.
registerRoleMBean(Role) - Method in class org.ow2.jonas.security.internal.realm.factory.AbstractJResource
Create and register an MBean for this role.
registerUserMBean(User) - Method in class org.ow2.jonas.security.internal.realm.factory.AbstractJResource
Create and register an MBean for the user.
REMOTE_RESOUCE - Static variable in class org.ow2.jonas.security.internal.JonasSecurityServiceImpl
Name of resource.
RemoteLoginModule - Class in org.ow2.jonas.security.auth.spi
This Remote login module is used to run a JAAS authentication on the remote side.
RemoteLoginModule() - Constructor for class org.ow2.jonas.security.auth.spi.RemoteLoginModule
 
remove(String) - Method in class org.ow2.jonas.security.internal.JResources
Removes the named JResource from the JResource list.
removeGroup(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceMemory
Remove a group with a given name?
removeGroup(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceMemoryMBean
Remove a group with a given name
removeGroup(String) - Method in class org.ow2.jonas.security.internal.realm.principal.User
 
removeGroup(String) - Method in interface org.ow2.jonas.security.internal.realm.principal.UserMBean
Remove a group from this user
removeJResource(String) - Method in class org.ow2.jonas.security.internal.JonasSecurityServiceImpl
Remove the Resource (memory, ldap, datasource,...).
removeJResource(String) - Method in interface org.ow2.jonas.security.internal.JonasSecurityServiceImplMBean
Remove the Resource (memory, ldap, datasource,...)
removeMBeans() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Remove all the Mbeans used by this resource
removeMBeans() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Remove all the Mbeans used by this resource
removeMBeans() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceMemory
Remove all the MBeans used by this resource.
removeRole(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceMemory
Remove a role with a given name.
removeRole(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceMemoryMBean
Remove a role with a given name
removeRole(String) - Method in class org.ow2.jonas.security.internal.realm.principal.Group
Remove a role from this group
removeRole(String) - Method in interface org.ow2.jonas.security.internal.realm.principal.GroupMBean
Remove a role from this user
removeRole(String) - Method in class org.ow2.jonas.security.internal.realm.principal.User
 
removeRole(String) - Method in interface org.ow2.jonas.security.internal.realm.principal.UserMBean
Remove a role from this user
removeSecurityService() - Method in class org.ow2.jonas.security.ws.initializer.SecurityContextInitializer
Remove the security service.
removeUser(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceMemory
Remove a user with a given principal?
removeUser(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceMemoryMBean
Remove a user with a given principal and credential
Role - Class in org.ow2.jonas.security.internal.realm.principal
This class define the Role class which define a role with its name and description.
Role() - Constructor for class org.ow2.jonas.security.internal.realm.principal.Role
Constructor
Role(String) - Constructor for class org.ow2.jonas.security.internal.realm.principal.Role
Constructor with a specific role name
RoleBasedAuthorizationModule - Class in org.ow2.jonas.security.auth.spi
Authorizes a certain user to access a certain resource based on the role(s) of that user and that user's group(s).
RoleMBean - Interface in org.ow2.jonas.security.internal.realm.principal
This interface define the MBeans methods

S

saveConfig() - Method in class org.ow2.jonas.security.internal.realm.factory.AbstractJResource
Save the resource configuration.
saveConfig() - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceMBean
Update and save configuration.
SecurityContextHelper - Class in org.ow2.jonas.security.ws
This class is used by the JOnAS EJB provider Web Service.
SecurityContextInitializer - Class in org.ow2.jonas.security.ws.initializer
Initializes ws/iiop security context helpers.
SecurityContextInitializer() - Constructor for class org.ow2.jonas.security.ws.initializer.SecurityContextInitializer
 
SecurityContextInitializerException - Exception in org.ow2.jonas.security.ws.initializer
 
SecurityContextInitializerException() - Constructor for exception org.ow2.jonas.security.ws.initializer.SecurityContextInitializerException
 
SecurityContextInitializerException(String) - Constructor for exception org.ow2.jonas.security.ws.initializer.SecurityContextInitializerException
Constructor using message.
securityService - Variable in class org.ow2.jonas.security.internal.AbsSecurityContextHelper
ref on the SecurityService
SecurityServiceException - Exception in org.ow2.jonas.security.internal
SecurityService Exception
SecurityServiceException(String) - Constructor for exception org.ow2.jonas.security.internal.SecurityServiceException
 
SecurityServiceException(Throwable) - Constructor for exception org.ow2.jonas.security.internal.SecurityServiceException
 
SecurityServiceException(String, Throwable) - Constructor for exception org.ow2.jonas.security.internal.SecurityServiceException
 
SEPARATOR - Static variable in class org.ow2.jonas.security.internal.realm.principal.Group
Separator of the roles
SEPARATOR - Static variable in class org.ow2.jonas.security.internal.realm.principal.User
Separator of the groups/roles
setAlgorithm(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Set the default algorithm to use
setAlgorithm(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceDSMBean
Set the default algorithm to use
setAlgorithm(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Set the default algorithm to use
setAlgorithm(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Set the default algorithm to use
setAuthenticationMode(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Set the mode for validate the authentication of this LDAP realm
setAuthenticationMode(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Set the mode for validate the authentication of this LDAP realm
setBaseDN(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Set the DN used for the lookup of this LDAP realm
setBaseDN(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Set the DN used for the lookup of this LDAP realm
setCombinedRoles(ArrayList) - Method in class org.ow2.jonas.security.internal.realm.principal.User
 
setDescription(String) - Method in class org.ow2.jonas.security.internal.realm.principal.Group
Set the description of this group
setDescription(String) - Method in interface org.ow2.jonas.security.internal.realm.principal.GroupMBean
Set the description of this group
setDescription(String) - Method in class org.ow2.jonas.security.internal.realm.principal.Role
Set the description of this role
setDescription(String) - Method in interface org.ow2.jonas.security.internal.realm.principal.RoleMBean
Set the description of this role
setDN(String) - Method in class org.ow2.jonas.security.internal.realm.principal.LDAPUser
Set the DN of this user
setDomainName(String) - Method in class org.ow2.jonas.security.internal.JResources
Set the domain name
setDomainName(String) - Method in class org.ow2.jonas.security.internal.realm.factory.AbstractJResource
 
setDomainName(String) - Method in class org.ow2.jonas.security.lib.JResourceManager
Set the domain name
setDsName(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Set the name of the resource to use
setDsName(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceDSMBean
Set the name of the resource to use
setGroups(Hashtable<String, Group>) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceMemory
Set the groups.
setGroups(String) - Method in class org.ow2.jonas.security.internal.realm.principal.User
 
setHashPassword(HashPassword) - Method in class org.ow2.jonas.security.internal.realm.principal.User
Set the hashed password of this user
setInitialContextFactory(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Set the initial context factory of this LDAP realm
setInitialContextFactory(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Set the initial context factory of this LDAP realm
setJmxService(JmxService) - Method in class org.ow2.jonas.security.auth.spi.RoleBasedAuthorizationModule
 
setJmxService(JmxService) - Method in class org.ow2.jonas.security.internal.JonasSecurityServiceImpl
 
setJmxService(JmxService) - Method in class org.ow2.jonas.security.internal.JResources
Set the jmx service reference
setJmxService(JmxService) - Method in class org.ow2.jonas.security.internal.realm.factory.AbstractJResource
 
setJmxService(JmxService) - Method in class org.ow2.jonas.security.lib.JResourceManager
Set the jmx service reference
setLanguage(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Set the preferred language to use with the service of this LDAP realm
setLanguage(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Set the preferred language to use with the service of this LDAP realm
setLogger(Logger) - Static method in class org.ow2.jonas.security.internal.realm.factory.AbstractJResource
 
setName(String) - Method in class org.ow2.jonas.security.internal.realm.factory.AbstractJResource
 
setName(String) - Method in class org.ow2.jonas.security.internal.realm.principal.Group
Set the name of this user
setName(String) - Method in class org.ow2.jonas.security.internal.realm.principal.Role
Set the name of this role
setName(String) - Method in class org.ow2.jonas.security.internal.realm.principal.User
 
setPassword(String) - Method in class org.ow2.jonas.security.internal.realm.principal.User
 
setPassword(String) - Method in interface org.ow2.jonas.security.internal.realm.principal.UserMBean
Set the password of this user
setProviderUrl(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Set the Url of the ldap server of this LDAP realm
setProviderUrl(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Set the Url of the ldap server of this LDAP realm
setRealmJndiRegistration(boolean) - Method in class org.ow2.jonas.security.internal.JonasSecurityServiceImpl
 
setReferral(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Set how referrals encountered by the service provider are to be processed
setReferral(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Set how referrals encountered by the service provider are to be processed
setRegistryService(RegistryService) - Method in class org.ow2.jonas.security.internal.JonasSecurityServiceImpl
 
setRoleDN(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Set the DN used when searching the role DN.
setRoleDN(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Set the DN used when searching the role DN.
setRoleNameAttribute(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Set the role name when performing a lookup on a role
setRoleNameAttribute(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Set the role name when performing a lookup on a role
setRoles(Hashtable<String, Role>) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceMemory
Set the roles.
setRoles(String) - Method in class org.ow2.jonas.security.internal.realm.principal.Group
Set the roles of the group
setRoles(String) - Method in class org.ow2.jonas.security.internal.realm.principal.User
 
setRoleSearchFilter(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Set the filter used when searching the role
setRoleSearchFilter(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Set the filter used when searching the role
setRoleTable(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Set the name of table which have the username/role
setRoleTable(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceDSMBean
Set the name of table which have the username/role
setRoleTableRolenameCol(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Set the name of the column of the role of the role table
setRoleTableRolenameCol(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceDSMBean
Set the name of the column of the role of the role table
setRoleTableUsernameCol(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Set the name of the column of the username of the role table
setRoleTableUsernameCol(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceDSMBean
Set the name of the column of the username of the role table
setSecurityAuthentication(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Set the authentication used during the authentication to the LDAP server of this LDAP realm
setSecurityAuthentication(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Set the authentication used during the authentication to the LDAP server of this LDAP realm
setSecurityCredentials(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Set the Credential(password) of the principal of this LDAP realm
setSecurityCredentials(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Set the Credential(password) of the principal of this LDAP realm
setSecurityPrincipal(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Set the DN of the Principal(username) of this LDAP realm
setSecurityPrincipal(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Set the DN of the Principal(username) of this LDAP realm
setSecurityProtocol(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Set the security protocol to use of this LDAP realm
setSecurityProtocol(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Set the security protocol to use of this LDAP realm
setSecurityService(SecurityService) - Method in class org.ow2.jonas.security.internal.AbsSecurityContextHelper
Set the SecurityService.
setSecurityService(SecurityService) - Method in class org.ow2.jonas.security.internal.JResources
Set the security service reference
setSecurityService(SecurityService) - Method in class org.ow2.jonas.security.internal.realm.factory.AbstractJResource
 
setSecurityService(SecurityService) - Method in class org.ow2.jonas.security.ws.initializer.SecurityContextInitializer
Bind the security service.
setStateFactories(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Set the the list of state factories of this LDAP realm
setStateFactories(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Set the the list of state factories of this LDAP realm
setUserCertificate(Certificate) - Method in class org.ow2.jonas.security.auth.callback.CertificateCallback
Set the certificate.
setUserDN(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Set the DN used when searching the user DN.
setUserDN(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Set the DN used when searching the user DN.
setUserPasswordAttribute(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Set the attribute in order to get the password of this LDAP realm
setUserPasswordAttribute(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Set the attribute in order to get the password of this LDAP realm
setUserPrincipalsQuery(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Set the user defined query for retrieving principals
setUserPrincipalsQuery() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Gets the user defined query for retrieving principals
setUserRolesAttribute(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Set the attribute in order to get the user role from the ldap server
setUserRolesAttribute(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Set the attribute in order to get the user role from the ldap server
setUserRolesQuery(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Set the user defined query for retrieving roles
setUserRolesQuery() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Gets the user defined query for retrieving roles
setUsers(Hashtable<String, JUser>) - Method in class org.ow2.jonas.security.internal.realm.factory.AbstractJResource
 
setUserSearchFilter(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
Set the filter used when searching the user
setUserSearchFilter(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceLDAPMBean
Set the filter used when searching the user
setUserTable(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Set the name of the table which have the username/password
setUserTable(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceDSMBean
Set the name of the table which have the username/password
setUserTablePasswordCol(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Set the name of column of the password of the user table
setUserTablePasswordCol(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceDSMBean
Set the name of column of the password of the user table
setUserTableUsernameCol(String) - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
Set the name of the column of the username of the user table
setUserTableUsernameCol(String) - Method in interface org.ow2.jonas.security.internal.realm.factory.JResourceDSMBean
Set the name of the column of the username of the user table
SignLoginModule - Class in org.ow2.jonas.security.auth.spi
This class is used to sign the current subject.
SignLoginModule() - Constructor for class org.ow2.jonas.security.auth.spi.SignLoginModule
 
smudge(char[]) - Static method in class org.ow2.jonas.security.internal.realm.lib.HashHelper
Zero the contents of the specified array.
smudge(byte[]) - Static method in class org.ow2.jonas.security.internal.realm.lib.HashHelper
Zero the contents of the specified array.

T

toString() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
The string representation of this realm is the XML
toString() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
The string representation of this object is an XML value
toString() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceMemory
The string representation of this realm is the XML.
toString() - Method in class org.ow2.jonas.security.internal.realm.principal.Group
Use the XML representation of this object
toString() - Method in class org.ow2.jonas.security.internal.realm.principal.Role
Use the XML representation of this object
toString() - Method in class org.ow2.jonas.security.internal.realm.principal.User
Use the XML representation of this object
toXML() - Method in class org.ow2.jonas.security.internal.JonasSecurityServiceImpl
String representation of the JOnAS realm.
toXML() - Method in class org.ow2.jonas.security.internal.JResources
String representation of the JOnAS realm.
toXML() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceDS
String representation of the MemoryRealm
toXML() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceLDAP
String representation of the LDAP realm
toXML() - Method in class org.ow2.jonas.security.internal.realm.factory.JResourceMemory
String representation of the MemoryRealm.
toXML() - Method in class org.ow2.jonas.security.internal.realm.principal.Group
String representation of the group
toXML() - Method in class org.ow2.jonas.security.internal.realm.principal.Role
String representation of the role
toXML() - Method in class org.ow2.jonas.security.internal.realm.principal.User
 

U

unregisterGroupMBean(String, String) - Method in class org.ow2.jonas.security.internal.realm.factory.AbstractJResource
Unregister MBean associated to a group.
unregisterRoleMBean(String, String) - Method in class org.ow2.jonas.security.internal.realm.factory.AbstractJResource
 
unregisterUserMBean(String, String) - Method in class org.ow2.jonas.security.internal.realm.factory.AbstractJResource
Unregister MBean associated to a user.
User - Class in org.ow2.jonas.security.internal.realm.principal
This class define the User class which represent a user by its name, password, etc.
User() - Constructor for class org.ow2.jonas.security.internal.realm.principal.User
Constructor
User(String, String) - Constructor for class org.ow2.jonas.security.internal.realm.principal.User
Constructor with a given login / password
UserMBean - Interface in org.ow2.jonas.security.internal.realm.principal
This interface defines the MBean method for the User

W

warning(SAXParseException) - Method in class org.ow2.jonas.security.lib.JErrorHandler
Receive notification of a warning.

X

XML - Class in org.ow2.jonas.security.internal.realm.lib
Useful class.
xmlHashtable(StringBuffer, Hashtable) - Static method in class org.ow2.jonas.security.internal.realm.lib.XML
Append to the given buffer the hashtable elements.
xmlHashtable(StringBuffer, Hashtable, String) - Static method in class org.ow2.jonas.security.internal.realm.lib.XML
Append to the given buffer the hashtable elements.
xmlVector(StringBuffer, Vector) - Static method in class org.ow2.jonas.security.internal.realm.lib.XML
Append to the given buffer the hashtable elements.

A B C D E F G H I J L N O P R S T U W X

Copyright © 2011 OW2 Consortium. All Rights Reserved.