A C D E F G H I L M N O P R S T U V

L

LDAPIdentityProvider - Class in org.jboss.security.idm.ldap
LDAPIdentityProvider is a built-in implementation of a ProvisioningProvider/LoginProvider that accessed data stored in an LDAP repository

This implementation supports the following standard LDAP schemas:
User Identity Information stored in InetOrgPerson schema
Role Information stored in GroupOfUniqueNames schema
At this time, this implementation is tested to work with OpenLDAP and RedHat Directory Server.
LDAPIdentityProvider() - Constructor for class org.jboss.security.idm.ldap.LDAPIdentityProvider
 
login(Principal, byte[]) - Method in class org.jboss.security.idm.demo.DemoLoginProvider
 
login(String, byte[]) - Method in class org.jboss.security.idm.demo.DemoLoginProvider
 
login(Principal, byte[]) - Method in class org.jboss.security.idm.ldap.LDAPIdentityProvider
Checks if the specified Principal should successfully authenticated using the specified password
login(String, byte[]) - Method in class org.jboss.security.idm.ldap.LDAPIdentityProvider
Checks if the specified username should be successfully authenticated using the specified password
login(Principal, byte[]) - Method in interface org.jboss.security.idm.LoginProvider
Checks if the specified Principal should successfully authenticated using the specified password
login(String, byte[]) - Method in interface org.jboss.security.idm.LoginProvider
Checks if the specified username should be successfully authenticated using the specified password
LoginContext - Class in org.jboss.security.idm
LoginContext encapsulates environment information to be passed to Single Sign On notifications.
LoginContext() - Constructor for class org.jboss.security.idm.LoginContext
Initializer
LoginProvider - Interface in org.jboss.security.idm
The interface org.jboss.security.idm.LoginProvider represents a data source component that extracts data from Identity Stores like LDAP repositories, ActiveX Directories, thirdparty identity management systems like SiteMinder, or even custom JDBC based systems.

It serves as an abstraction to Identity data related to authentication on the system.
LoginTestCase - Class in test.jboss.security.idm
 
LoginTestCase() - Constructor for class test.jboss.security.idm.LoginTestCase
 
LOGOUT_DEST - Static variable in interface org.jboss.security.saml.SingleSignOn
name of the logout destination cookie
LOGOUT_TOKEN - Static variable in interface org.jboss.security.saml.SingleSignOn
name of the SSO logout in progress cookie

A C D E F G H I L M N O P R S T U V