Package com.enonic.xp.portal.url
Class IdentityUrlParams
- java.lang.Object
-
- com.enonic.xp.portal.url.AbstractUrlParams<IdentityUrlParams>
-
- com.enonic.xp.portal.url.IdentityUrlParams
-
@PublicApi public final class IdentityUrlParams extends AbstractUrlParams<IdentityUrlParams>
-
-
Constructor Summary
Constructors Constructor Description IdentityUrlParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbuildToString(MoreObjects.ToStringHelper helper)protected ContextPathTypegetDefaultContextPath()StringgetIdProviderFunction()IdProviderKeygetIdProviderKey()StringgetRedirectionUrl()IdentityUrlParamsidProviderFunction(String value)IdentityUrlParamsidProviderKey(IdProviderKey value)IdentityUrlParamsredirectionUrl(String value)IdentityUrlParamssetAsMap(Multimap<String,String> map)-
Methods inherited from class com.enonic.xp.portal.url.AbstractUrlParams
contextPathType, getContextPathType, getParams, getPortalRequest, getType, param, portalRequest, singleValue, toString, type
-
-
-
-
Method Detail
-
getIdProviderKey
public IdProviderKey getIdProviderKey()
-
getIdProviderFunction
public String getIdProviderFunction()
-
getRedirectionUrl
public String getRedirectionUrl()
-
idProviderKey
public IdentityUrlParams idProviderKey(IdProviderKey value)
-
idProviderFunction
public IdentityUrlParams idProviderFunction(String value)
-
redirectionUrl
public IdentityUrlParams redirectionUrl(String value)
-
getDefaultContextPath
protected ContextPathType getDefaultContextPath()
- Overrides:
getDefaultContextPathin classAbstractUrlParams<IdentityUrlParams>
-
setAsMap
public IdentityUrlParams setAsMap(Multimap<String,String> map)
- Overrides:
setAsMapin classAbstractUrlParams<IdentityUrlParams>
-
buildToString
protected void buildToString(MoreObjects.ToStringHelper helper)
- Overrides:
buildToStringin classAbstractUrlParams<IdentityUrlParams>
-
-