Login module can be used to add authenticated user to some group after successful login.
For example, user can be add as "member" to group "/platform/users" after his login.
extends the class FallbackIdentityStoreRepository from PicketLink Idm in order to customize the PortalRepository
and to work with the mandatoryStoredObjects option which is added in the LDAP configuration
extends the class HibernateIdentityStoreImpl from PicketLink Idm to benefit from its methods in the implementation of isFirstlyCreatedIn() method declared in the IdentityStoreSource interface
in order to customize the Hibernate store
override findIdentityObjectByUniqueAttribute() method in order to add
the mandatoryStoredObjects option of the new LDAP configuration into consideration
override findIdentityObjectByUniqueAttribute() method in order to add
the mandatoryStoredObjects option of the new LDAP configuration into consideration
override findIdentityObjectByUniqueAttribute() method in order to add
the mandatoryStoredObjects option of the new LDAP configuration into consideration
override findIdentityObjectByUniqueAttribute() method in order to add
the mandatoryStoredObjects option of the new LDAP configuration into consideration