public abstract class IdentityCommand extends AuthenticatedCommand
Modifier and Type | Field and Description |
---|---|
static String |
ARGUMENT_ID_NAME
Identity name argument name.
|
static String |
ARGUMENT_ID_NAMES
Identity names argument name.
|
static String |
ARGUMENT_ID_TYPE
Identity type argument name.
|
static String |
ARGUMENT_MEMBER_IDNAME
Member identity name argument name.
|
static String |
ARGUMENT_MEMBER_IDTYPE
Member identity type argument name.
|
ssoToken
Constructor and Description |
---|
IdentityCommand() |
Modifier and Type | Method and Description |
---|---|
protected IdType |
convert2IdType(String idType) |
protected DelegationPrivilege |
getDelegationPrivilege(String name,
Set privilegeObjects) |
void |
handleRequest(RequestContext rc)
Services a Commandline Request.
|
getAdminID, getAdminPassword, getAdminSSOToken, ldapLogin, processFileAttributes, writeLog
debugError, debugError, debugMessage, debugWarning, getCommandManager, getOutputWriter, getResourceString, getStringOptionValue, getStringOptionValue, isOptionSet, isVerbose, tokenize
public static final String ARGUMENT_ID_NAME
public static final String ARGUMENT_ID_NAMES
public static final String ARGUMENT_ID_TYPE
public static final String ARGUMENT_MEMBER_IDNAME
public static final String ARGUMENT_MEMBER_IDTYPE
public void handleRequest(RequestContext rc) throws CLIException
handleRequest
in interface CLICommand
handleRequest
in class AuthenticatedCommand
rc
- Request Context.CLIException
- if the request cannot serviced.protected IdType convert2IdType(String idType) throws CLIException
CLIException
protected DelegationPrivilege getDelegationPrivilege(String name, Set privilegeObjects)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.