Class DoClientManagementOperation

    • Field Detail

      • log

        @Nonnull
        private org.slf4j.Logger log
        Class logger.
      • resolver

        @NonnullAfterInit
        private net.shibboleth.oidc.metadata.ClientInformationResolver resolver
        ClientInformationResolver to operate on.
      • manager

        @NonnullAfterInit
        private net.shibboleth.oidc.metadata.ClientInformationManager manager
        ClientInformationManager to operate on.
      • clientId

        @Nullable
        @NotEmpty
        private String clientId
        Client ID to operate on.
    • Constructor Detail

      • DoClientManagementOperation

        public DoClientManagementOperation()