Package com.ibm.security.access.user

  • Class Summary 
    Class Description
    LDAPProperties
    This class contains the LDAP Properties which can be overriden using the Properties map exposed in several init methods.
    User
    A user.
    UserLookupHelper
    Performs lookups on users based on username

    If search filter is not provided, will use the default search filter of:

    (|(objectClass=ePerson)(objectClass=Person))

    This class will attempt to cache configurations, shutdown does not need to be called per request.