Class AssertionConsumerResource
java.lang.Object
org.apache.wicket.request.resource.AbstractResource
org.apache.syncope.client.ui.commons.resources.saml2sp4ui.AbstractSAML2SP4UIResource
org.apache.syncope.client.ui.commons.resources.saml2sp4ui.AssertionConsumerResource
- All Implemented Interfaces:
Serializable
,IResource
,IClusterable
- Direct Known Subclasses:
ConsoleAssertionConsumerResource
,EnduserAssertionConsumerResource
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.wicket.request.resource.AbstractResource
AbstractResource.ContentRangeType, AbstractResource.ResourceResponse, AbstractResource.WriteCallback
Nested classes/interfaces inherited from interface org.apache.wicket.request.resource.IResource
IResource.Attributes
-
Field Summary
Fields inherited from class org.apache.syncope.client.ui.commons.resources.saml2sp4ui.AbstractSAML2SP4UIResource
LOG
Fields inherited from class org.apache.wicket.request.resource.AbstractResource
CONTENT_DISPOSITION_HEADER_NAME, CONTENT_RANGE_ENDBYTE, CONTENT_RANGE_STARTBYTE, INTERNAL_HEADERS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Pair
<Class<? extends WebPage>, PageParameters> getSelfRegInfo
(UserTO newUser) protected AbstractResource.ResourceResponse
newResourceResponse
(IResource.Attributes attributes) Methods inherited from class org.apache.syncope.client.ui.commons.resources.saml2sp4ui.AbstractSAML2SP4UIResource
buildResponse, extract, send, spEntityID
Methods inherited from class org.apache.wicket.request.resource.AbstractResource
configureCache, getCachingStrategy, respond, setRequestMetaData, setRequestRangeMetaData, setResponseContentRangeHeaderFields, setResponseHeaders
-
Field Details
-
MAPPER
-
-
Constructor Details
-
AssertionConsumerResource
public AssertionConsumerResource()
-
-
Method Details
-
getLoginPageClass
-
getSelfRegInfo
protected abstract Pair<Class<? extends WebPage>,PageParameters> getSelfRegInfo(UserTO newUser) throws JsonProcessingException - Throws:
JsonProcessingException
-
newResourceResponse
- Specified by:
newResourceResponse
in classAbstractResource
-