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
 
 public abstract class AssertionConsumerResource extends AbstractSAML2SP4UIResource - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.wicket.request.resource.AbstractResourceAbstractResource.ContentRangeType, AbstractResource.ResourceResponse, AbstractResource.WriteCallback
 - 
Nested classes/interfaces inherited from interface org.apache.wicket.request.resource.IResourceIResource.Attributes
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected static JsonMapperMAPPER- 
Fields inherited from class org.apache.syncope.client.ui.commons.resources.saml2sp4ui.AbstractSAML2SP4UIResourceLOG
 - 
Fields inherited from class org.apache.wicket.request.resource.AbstractResourceCONTENT_DISPOSITION_HEADER_NAME, CONTENT_RANGE_ENDBYTE, CONTENT_RANGE_STARTBYTE, INTERNAL_HEADERS
 
- 
 - 
Constructor SummaryConstructors Constructor Description AssertionConsumerResource()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Class<? extends WebPage>getLoginPageClass()protected abstract Pair<Class<? extends WebPage>,PageParameters>getSelfRegInfo(UserTO newUser)protected AbstractResource.ResourceResponsenewResourceResponse(IResource.Attributes attributes)- 
Methods inherited from class org.apache.syncope.client.ui.commons.resources.saml2sp4ui.AbstractSAML2SP4UIResourcebuildResponse, extract, send, spEntityID
 - 
Methods inherited from class org.apache.wicket.request.resource.AbstractResourceconfigureCache, getCachingStrategy, respond, setRequestMetaData, setRequestRangeMetaData, setResponseContentRangeHeaderFields, setResponseHeaders
 
- 
 
- 
- 
- 
Field Detail- 
MAPPERprotected static final JsonMapper MAPPER 
 
- 
 - 
Method Detail- 
getSelfRegInfoprotected abstract Pair<Class<? extends WebPage>,PageParameters> getSelfRegInfo(UserTO newUser) throws JsonProcessingException - Throws:
- JsonProcessingException
 
 - 
newResourceResponseprotected AbstractResource.ResourceResponse newResourceResponse(IResource.Attributes attributes) - Specified by:
- newResourceResponsein class- AbstractResource
 
 
- 
 
-