org.jboss.portal.identity.auth
Class SynchronizingLDAPExtLoginModule
java.lang.Object
LdapExtLoginModule
org.jboss.portal.identity.auth.SynchronizingLDAPExtLoginModule
public class SynchronizingLDAPExtLoginModule
- extends LdapExtLoginModule
- Version:
- $Revision: 0.1 $
- Author:
- Boleslaw Dawidowicz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
additionalRole
protected java.lang.String additionalRole
defaultAssignedRole
protected java.lang.String defaultAssignedRole
synchronizeIdentity
protected java.lang.String synchronizeIdentity
synchronizeRoles
protected java.lang.String synchronizeRoles
userModuleJNDIName
protected java.lang.String userModuleJNDIName
roleModuleJNDIName
protected java.lang.String roleModuleJNDIName
membershipModuleJNDIName
protected java.lang.String membershipModuleJNDIName
userProfileModuleJNDIName
protected java.lang.String userProfileModuleJNDIName
SynchronizingLDAPExtLoginModule
public SynchronizingLDAPExtLoginModule()
initialize
public void initialize(javax.security.auth.Subject subject,
javax.security.auth.callback.CallbackHandler callbackHandler,
java.util.Map sharedState,
java.util.Map options)
getUserModule
protected UserModule getUserModule()
throws java.lang.Exception
- Throws:
java.lang.Exception
getRoleModule
protected RoleModule getRoleModule()
throws java.lang.Exception
- Throws:
java.lang.Exception
getMembershipModule
protected MembershipModule getMembershipModule()
throws java.lang.Exception
- Throws:
java.lang.Exception
getUserProfileModule
protected UserProfileModule getUserProfileModule()
throws java.lang.Exception
- Throws:
java.lang.Exception
validatePassword
protected boolean validatePassword(java.lang.String string,
java.lang.String string1)
getRoleSets
protected java.security.acl.Group[] getRoleSets()
throws javax.security.auth.login.LoginException
- Throws:
javax.security.auth.login.LoginException
createIdentity
protected java.security.Principal createIdentity(java.lang.String username)
throws java.lang.Exception
- Subclass to use the PortalPrincipal to make the username easier to retrieve by the portal.
- Throws:
java.lang.Exception
isSynchronizeIdentity
protected boolean isSynchronizeIdentity()
isSynchronizeRoles
protected boolean isSynchronizeRoles()