Class ClientManagementArguments
java.lang.Object
net.shibboleth.idp.cli.AbstractCommandLineArguments
net.shibboleth.idp.plugin.oidc.op.cli.ClientManagementArguments
- All Implemented Interfaces:
CommandLineArguments
Command line processing for OIDC client mgmt flow.
-
Field Summary
FieldsFields inherited from class net.shibboleth.idp.cli.AbstractCommandLineArguments
BASEURL_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringBuilderdoBuildURL(StringBuilder builder) org.slf4j.LoggergetLog()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 Details
-
log
@Nullable private org.slf4j.Logger logLogger. -
clientId
EntityID.
-
-
Constructor Details
-
ClientManagementArguments
public ClientManagementArguments()
-
-
Method Details
-
doBuildURL
- Overrides:
doBuildURLin classAbstractCommandLineArguments
-
getLog
@Nonnull public org.slf4j.Logger getLog()
-