Package net.webpdf.wsclient.openapi
Class ServerConfigOAuthProviderLogout
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ServerConfigOAuthProviderLogout
-
public class ServerConfigOAuthProviderLogout extends Object
Specifies the settings required to perform an OAuth2 logout.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_URL
-
Constructor Summary
Constructors Constructor Description ServerConfigOAuthProviderLogout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetUrl()Sets the URL that will be called when an OAuth2 is executed.inthashCode()voidsetUrl(String url)StringtoString()ServerConfigOAuthProviderLogouturl(String url)
-
-
-
Field Detail
-
JSON_PROPERTY_URL
public static final String JSON_PROPERTY_URL
- See Also:
- Constant Field Values
-
-
Method Detail
-
url
public ServerConfigOAuthProviderLogout url(String url)
-
getUrl
@Nullable public @Nullable String getUrl()
Sets the URL that will be called when an OAuth2 is executed. This URL can contain the variables `{redirectUrl}` and `{clientId}`, whose values are automatically inserted by the server.- Returns:
- url
-
setUrl
public void setUrl(String url)
-
-