@Generated(value="org.immutables.processor.ProxyProcessor") public final class LogoutLink extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LogoutLink.Builder
Builds instances of type
LogoutLink. |
| Modifier and Type | Method and Description |
|---|---|
static LogoutLink.Builder |
builder()
Creates a builder for
LogoutLink. |
boolean |
equals(Object another)
This instance is equal to all instances of
LogoutLink that have equal attribute values. |
Boolean |
getDisableRedirectParameter()
Whether or not to allow the redirect parameter on logout.
|
String |
getRedirectParameterName()
Changes the name of the redirect parameter.
|
String |
getRedirectUrl()
Logout redirect url.
|
List<String> |
getWhitelist()
List of allowed whitelist redirects.
|
int |
hashCode()
Computes a hash code from attributes:
disableRedirectParameter, redirectParameterName, redirectUrl, whitelist. |
String |
toString()
Prints the immutable value
LogoutLink with attribute values. |
public Boolean getDisableRedirectParameter()
public String getRedirectParameterName()
public String getRedirectUrl()
public boolean equals(Object another)
LogoutLink that have equal attribute values.public int hashCode()
disableRedirectParameter, redirectParameterName, redirectUrl, whitelist.public String toString()
LogoutLink with attribute values.public static LogoutLink.Builder builder()
LogoutLink.
LogoutLink.builder()
.disableRedirectParameter(Boolean | null) // nullable disableRedirectParameter
.redirectParameterName(String | null) // nullable redirectParameterName
.redirectUrl(String | null) // nullable redirectUrl
.whitelist(List<String> | null) // nullable whitelist
.build();
Copyright © 2020. All rights reserved.