@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) |
protected ContextPathType |
getDefaultContextPath() |
java.lang.String |
getIdProviderFunction() |
java.lang.String |
getRedirectionUrl() |
UserStoreKey |
getUserStoreKey() |
IdentityUrlParams |
idProviderFunction(java.lang.String value) |
IdentityUrlParams |
redirectionUrl(java.lang.String value) |
IdentityUrlParams |
setAsMap(com.google.common.collect.Multimap<java.lang.String,java.lang.String> map) |
IdentityUrlParams |
userStoreKey(UserStoreKey value) |
contextPathType, getContextPathType, getParams, getPortalRequest, getType, param, portalRequest, singleValue, toString, type
public UserStoreKey getUserStoreKey()
public java.lang.String getIdProviderFunction()
public java.lang.String getRedirectionUrl()
public IdentityUrlParams userStoreKey(UserStoreKey value)
public IdentityUrlParams idProviderFunction(java.lang.String value)
public IdentityUrlParams redirectionUrl(java.lang.String value)
protected ContextPathType getDefaultContextPath()
getDefaultContextPath
in class AbstractUrlParams<IdentityUrlParams>
public IdentityUrlParams setAsMap(com.google.common.collect.Multimap<java.lang.String,java.lang.String> map)
setAsMap
in class AbstractUrlParams<IdentityUrlParams>
protected void buildToString(com.google.common.base.MoreObjects.ToStringHelper helper)
buildToString
in class AbstractUrlParams<IdentityUrlParams>