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 TokenRequestEndpointbuild()TokenRequestEndpointBuilderclientIdName(java.lang.String clientIdName)Updates the client id nameTokenRequestEndpointBuilderclientSecretName(java.lang.String clientSecretName)Updates the client secret nameTokenRequestEndpointBuilderurl(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()
-
-