APIs to modify and delete a principal
Use the following APIs to modify and delete a principal.
| API | Description |
|---|---|
| com.rsa.admin.LookupPrincipalCommand | Look up an existing principal. |
| com.rsa.admin.UpdatePrincipalCommand | Update attributes of a principal. |
| com.rsa.admin.LinkGroupPrincipalsCommand | Associate groups with a principal. |
| com.rsa.admin.UnlinkGroupPrincipalsCommand | Dissociate groups from a principal. |
| com.rsa.admin.LinkAdminRolesPrincipalsCommand | Associate roles with a principal. |
| com.rsa.admin.UnlinkAdminRolesPrincipalsCommand | Dissociate roles from a principal. |
| com.rsa.authmgr.admin.tokenmgt.LookupTokenCommand | Look up an existing token. |
| com.rsa.authmgr.admin.tokenmgt.LinkTokensWithPrincipalCommand | Associate tokens with a principal. |
| com.rsa.authmgr.admin.tokenmgt.UnlinkTokensFromPrincipalsCommand | Dissociate tokens from a principal. |
| com.rsa.authmgr.admin.ondemandmgt.EnableOnDemandForPrincipalCommand | Enable on-demand authentication for a principal. |
| com.rsa.authmgr.admin.ondemandmgt.DisableOnDemandForPrincipalCommand | Disable on-demand authentication for a principal. |
| com.rsa.authmgr.admin.ondemandmgt.UpdateOnDemandForPrincipalCommand | Update an on-demand authenticator that is associated with a principal. |
| com.rsa.admin.DeletePrincipalsCommand | Delete a principal. |