|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright 2012-2017 the original author or authors.
|
|
|
+ * Copyright 2002-2017 the original author or authors.
|
|
|
*
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
* you may not use this file except in compliance with the License.
|
|
@@ -13,9 +13,10 @@
|
|
|
* See the License for the specific language governing permissions and
|
|
|
* limitations under the License.
|
|
|
*/
|
|
|
-package org.springframework.security.oauth2.client.web;
|
|
|
+package org.springframework.security.oauth2.client.endpoint;
|
|
|
|
|
|
import org.springframework.security.oauth2.core.endpoint.AuthorizationRequest;
|
|
|
+import org.springframework.security.oauth2.core.endpoint.AuthorizationRequestUriBuilder;
|
|
|
import org.springframework.security.oauth2.core.endpoint.OAuth2Parameter;
|
|
|
import org.springframework.util.StringUtils;
|
|
|
import org.springframework.web.util.UriComponentsBuilder;
|
|
@@ -29,6 +30,7 @@ import java.util.Set;
|
|
|
*
|
|
|
* @author Joe Grandja
|
|
|
* @since 5.0
|
|
|
+ * @see AuthorizationRequestUriBuilder
|
|
|
* @see AuthorizationRequest
|
|
|
* @see <a target="_blank" href="https://tools.ietf.org/html/rfc6749#section-4.1.1">Section 4.1.1 Authorization Code Grant Request</a>
|
|
|
* @see <a target="_blank" href="https://tools.ietf.org/html/rfc6749#section-4.2.1">Section 4.2.1 Implicit Grant Request</a>
|