@Beta public final class IdentityUrlParams extends AbstractUrlParams<IdentityUrlParams>
Constructor and Description |
---|
IdentityUrlParams() |
Modifier and Type | Method and Description |
---|---|
protected void |
buildToString(com.google.common.base.MoreObjects.ToStringHelper helper) |
String |
getIdProviderFunction() |
String |
getRedirectionUrl() |
UserStoreKey |
getUserStoreKey() |
IdentityUrlParams |
idProviderFunction(String value) |
IdentityUrlParams |
redirectionUrl(String value) |
IdentityUrlParams |
setAsMap(com.google.common.collect.Multimap<String,String> map) |
IdentityUrlParams |
userStoreKey(UserStoreKey value) |
getParams, getPortalRequest, getType, param, portalRequest, singleValue, toString, type
public UserStoreKey getUserStoreKey()
public String getIdProviderFunction()
public String getRedirectionUrl()
public IdentityUrlParams userStoreKey(UserStoreKey value)
public IdentityUrlParams idProviderFunction(String value)
public IdentityUrlParams redirectionUrl(String value)
public IdentityUrlParams setAsMap(com.google.common.collect.Multimap<String,String> map)
setAsMap
in class AbstractUrlParams<IdentityUrlParams>
protected void buildToString(com.google.common.base.MoreObjects.ToStringHelper helper)
buildToString
in class AbstractUrlParams<IdentityUrlParams>