Class ClientManagementArguments
- java.lang.Object
-
- net.shibboleth.idp.cli.AbstractCommandLineArguments
-
- net.shibboleth.idp.plugin.oidc.op.cli.ClientManagementArguments
-
- All Implemented Interfaces:
CommandLineArguments
public class ClientManagementArguments extends AbstractCommandLineArguments
Command line processing for OIDC client mgmt flow.
-
-
Field Summary
Fields Modifier and Type Field Description private StringclientIdEntityID.-
Fields inherited from class net.shibboleth.idp.cli.AbstractCommandLineArguments
BASEURL_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description ClientManagementArguments()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringBuilderdoBuildURL(StringBuilder builder)-
Methods inherited from class net.shibboleth.idp.cli.AbstractCommandLineArguments
buildURL, getBasicAuthHeader, getHeaders, getHelp, getMethod, getPassword, getPath, getTrustStore, getTrustStorePassword, getTrustStoreType, getURL, getUsername, isDisableNameChecking, isUsage, validate
-
-
-
-
Field Detail
-
clientId
@Nullable private String clientId
EntityID.
-
-
Method Detail
-
doBuildURL
protected StringBuilder doBuildURL(@Nonnull StringBuilder builder)
- Overrides:
doBuildURLin classAbstractCommandLineArguments
-
-