|
@@ -110,16 +110,6 @@ public final class ClientRegistration implements Serializable {
|
|
|
return this.authorizationGrantType;
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * Returns the uri (or uri template) for the redirection endpoint.
|
|
|
- * @return the uri (or uri template) for the redirection endpoint
|
|
|
- * @deprecated Use {@link #getRedirectUri()} instead
|
|
|
- */
|
|
|
- @Deprecated
|
|
|
- public String getRedirectUriTemplate() {
|
|
|
- return getRedirectUri();
|
|
|
- }
|
|
|
-
|
|
|
/**
|
|
|
* Returns the uri (or uri template) for the redirection endpoint.
|
|
|
*
|
|
@@ -443,18 +433,6 @@ public final class ClientRegistration implements Serializable {
|
|
|
return this;
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * Sets the uri (or uri template) for the redirection endpoint.
|
|
|
- * @param redirectUriTemplate the uri (or uri template) for the redirection
|
|
|
- * endpoint
|
|
|
- * @return the {@link Builder}
|
|
|
- * @deprecated Use {@link #redirectUri(String)} instead
|
|
|
- */
|
|
|
- @Deprecated
|
|
|
- public Builder redirectUriTemplate(String redirectUriTemplate) {
|
|
|
- return redirectUri(redirectUriTemplate);
|
|
|
- }
|
|
|
-
|
|
|
/**
|
|
|
* Sets the uri (or uri template) for the redirection endpoint.
|
|
|
*
|