Uses of Interface
com.iplanet.am.sdk.AMRole
-
Packages that use AMRole Package Description com.iplanet.am.sdk This package contains interfaces and implementation for User/Identity Management. -
-
Uses of AMRole in com.iplanet.am.sdk
Subinterfaces of AMRole in com.iplanet.am.sdk Modifier and Type Interface Description interfaceAMFilteredRoleDeprecated.As of Sun Java System Access Manager 7.1.Methods in com.iplanet.am.sdk that return AMRole Modifier and Type Method Description AMRoleAMStoreConnection. getRole(String roleDN)Deprecated.Returns the handle to theAMRoleobject represented by DN.Methods in com.iplanet.am.sdk with parameters of type AMRole Modifier and Type Method Description voidAMUser. assignRole(AMRole role)Deprecated.Assigns a role to the user.voidAMUser. removeRole(AMRole role)Deprecated.Removes a role that is assigned to the user.
-