This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch main
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=79023e919f4cba7442bbafc62661bf9721e5dfc1
The following commit(s) were added to refs/heads/main by this push:
new 79023e91 Javadoc improvements.
79023e91 is described below
commit 79023e919f4cba7442bbafc62661bf9721e5dfc1
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Mar 25 14:30:13 2022 +0200
Javadoc improvements.
---
.../DefaultOIDCMetadataContextLookupFunction.java | 2 +-
.../op/admin/impl/IssueRegistrationAccessToken.java | 2 +-
.../idp/plugin/oidc/op/cli/package-info.java | 21 +++++++++++++++++++++
.../AbstractOidcClientAuthenticationFlowTest.java | 2 +-
4 files changed, 24 insertions(+), 3 deletions(-)
diff --git a/idp-oidc-extension-api/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/context/navigate/DefaultOIDCMetadataContextLookupFunction.java b/idp-oidc-extension-api/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/context/navigate/DefaultOIDCMetadataContextLookupFunction.java
index bdb0096d..3ea9b28b 100644
--- a/idp-oidc-extension-api/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/context/navigate/DefaultOIDCMetadataContextLookupFunction.java
+++ b/idp-oidc-extension-api/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/context/navigate/DefaultOIDCMetadataContextLookupFunction.java
@@ -42,7 +42,7 @@ public class DefaultOIDCMetadataContextLookupFunction implements
*
* <p>Default is true. False means to use the outbound context.</p>
*
- * @param flag
+ * @param flag What to set.
*/
public void setInbound(final boolean flag) {
inbound = flag;
diff --git a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/admin/impl/IssueRegistrationAccessToken.java b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/admin/impl/IssueRegistrationAccessToken.java
index 03cc66f8..409aff07 100644
--- a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/admin/impl/IssueRegistrationAccessToken.java
+++ b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/admin/impl/IssueRegistrationAccessToken.java
@@ -330,7 +330,7 @@ public class IssueRegistrationAccessToken extends AbstractProfileAction {
/**
* Set the default token lifetime.
*
- * @param lifetime
+ * @param lifetime token lifetime
*/
public void setDefaultTokenLifetime(@Nonnull final Duration lifetime) {
ComponentSupport.ifInitializedThrowUnmodifiabledComponentException(this);
diff --git a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/cli/package-info.java b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/cli/package-info.java
new file mode 100644
index 00000000..09af3809
--- /dev/null
+++ b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/cli/package-info.java
@@ -0,0 +1,21 @@
+/*
+ * Licensed to the University Corporation for Advanced Internet Development,
+ * Inc. (UCAID) under one or more contributor license agreements. See the
+ * NOTICE file distributed with this work for additional information regarding
+ * copyright ownership. The UCAID licenses this file to You under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * Classes related to the CLI tool for the registration access token issuance.
+ */
+package net.shibboleth.idp.plugin.oidc.op.cli;
\ No newline at end of file
diff --git a/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/AbstractOidcClientAuthenticationFlowTest.java b/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/AbstractOidcClientAuthenticationFlowTest.java
index 2fe446fa..647a678b 100644
--- a/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/AbstractOidcClientAuthenticationFlowTest.java
+++ b/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/AbstractOidcClientAuthenticationFlowTest.java
@@ -294,7 +294,7 @@ public abstract class AbstractOidcClientAuthenticationFlowTest extends AbstractO
/**
* Get the pair of error code and error description for the error produced via event
- * {@link EventIds.ACCESS_DENIED}. This is abstract due to the fact that each endpoint
+ * {@link EventIds#ACCESS_DENIED}. This is abstract due to the fact that each endpoint
* may have its own mappings.
*
* @return The pair of error code and error description.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.