Package springfox.documentation.builders
Class TokenRequestEndpointBuilder
- java.lang.Object
-
- springfox.documentation.builders.TokenRequestEndpointBuilder
-
public class TokenRequestEndpointBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TokenRequestEndpointBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TokenRequestEndpoint
build()
TokenRequestEndpointBuilder
clientIdName(java.lang.String clientIdName)
Updates the client id nameTokenRequestEndpointBuilder
clientSecretName(java.lang.String clientSecretName)
Updates the client secret nameTokenRequestEndpointBuilder
url(java.lang.String url)
Updates the url for the token request endpoint
-
-
-
Method Detail
-
url
public TokenRequestEndpointBuilder url(java.lang.String url)
Updates the url for the token request endpoint- Parameters:
url
- - url- Returns:
- this
-
clientIdName
public TokenRequestEndpointBuilder clientIdName(java.lang.String clientIdName)
Updates the client id name- Parameters:
clientIdName
- - client id- Returns:
- this
-
clientSecretName
public TokenRequestEndpointBuilder clientSecretName(java.lang.String clientSecretName)
Updates the client secret name- Parameters:
clientSecretName
- - client secret name- Returns:
- this
-
build
public TokenRequestEndpoint build()
-
-