Uses of Interface
com.iplanet.am.sdk.AMUser
-
Packages that use AMUser 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. -
-
Uses of AMUser in com.iplanet.am.sdk
Methods in com.iplanet.am.sdk that return AMUser Modifier and Type Method Description AMUserAMOrganization. createUser(String uid, Map attrMap, Map serviceNameAndAttrs)Deprecated.Create user and initializes the attributes.AMUserAMPeopleContainer. createUser(String uid, Map attrMap, Map serviceNameAndAttrs)Deprecated.Create user and initializes the attributes.AMUserAMOrganization. getUser(String uid, String userSearchTemplate)Deprecated.ReturnsAMUserobject of user in this organization (or in sub organizations), whose naming attribute exactly matches withuid.AMUserAMStoreConnection. getUser(String userDN)Deprecated.Returns the handle to theAMUserobject represented by DN. -
Uses of AMUser in com.sun.identity.authentication.spi
Methods in com.sun.identity.authentication.spi that return AMUser Modifier and Type Method Description AMUserAMLoginModule. getUserProfile(String userDN)Deprecated.This method has been deprecated.
-