Package | Description |
---|---|
com.iplanet.am.sdk |
This package contains interfaces and implementation for User/Identity
Management.
|
com.sun.identity.authentication.spi |
Provides interfaces and classes for writing a supplemental authentication
module to plug into OpenAM.
|
Modifier and Type | Method and Description |
---|---|
AMUser |
AMOrganization.createUser(String uid,
Map attrMap,
Map serviceNameAndAttrs)
Deprecated.
Create user and initializes the attributes.
|
AMUser |
AMPeopleContainer.createUser(String uid,
Map attrMap,
Map serviceNameAndAttrs)
Deprecated.
Create user and initializes the attributes.
|
AMUser |
AMStoreConnection.getUser(String userDN)
Deprecated.
Returns the handle to the
AMUser object represented by DN. |
AMUser |
AMOrganization.getUser(String uid,
String userSearchTemplate)
Deprecated.
Returns
AMUser object of user in this organization (or in
sub organizations), whose naming attribute exactly matches with
uid . |
Modifier and Type | Method and Description |
---|---|
AMUser |
AMLoginModule.getUserProfile(String userDN)
Deprecated.
This method has been deprecated. Please use the
IdRepo API's to get the AMIdentity object for the user. More
information on how to use the Identity Repository APIs is
available in the "Customizing Identity Data Storage" chapter
of the OpenAM Developer's Guide.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.