Uses of Interface
com.iplanet.am.sdk.AMStaticGroup
-
Packages that use AMStaticGroup Package Description com.iplanet.am.sdk This package contains interfaces and implementation for User/Identity Management. -
-
Uses of AMStaticGroup in com.iplanet.am.sdk
Methods in com.iplanet.am.sdk that return AMStaticGroup Modifier and Type Method Description AMStaticGroupAMStoreConnection. getStaticGroup(String groupDN)Deprecated.Returns the handle to theAMStaticGroupobject represented by DN.Methods in com.iplanet.am.sdk with parameters of type AMStaticGroup Modifier and Type Method Description voidAMUser. assignStaticGroup(AMStaticGroup group)Deprecated.Assigns a static group to the user.voidAMUser. removeStaticGroup(AMStaticGroup group)Deprecated.Removes a static group that is assigned to the user.
-