Class CodeConsumerResource
- java.lang.Object
-
- org.apache.wicket.request.resource.AbstractResource
-
- org.apache.syncope.client.ui.commons.resources.oidcc4ui.CodeConsumerResource
-
- All Implemented Interfaces:
Serializable
,IResource
,IClusterable
- Direct Known Subclasses:
ConsoleCodeConsumerResource
,EnduserCodeConsumerResource
public abstract class CodeConsumerResource extends AbstractResource
- See Also:
- Serialized Form
-
-
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 Modifier and Type Field Description protected static Logger
LOG
protected static JsonMapper
MAPPER
-
Fields inherited from class org.apache.wicket.request.resource.AbstractResource
CONTENT_DISPOSITION_HEADER_NAME, CONTENT_RANGE_ENDBYTE, CONTENT_RANGE_STARTBYTE, INTERNAL_HEADERS
-
-
Constructor Summary
Constructors Constructor Description CodeConsumerResource()
-
Method Summary
All 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.ResourceResponse
newResourceResponse(IResource.Attributes attributes)
-
Methods inherited from class org.apache.wicket.request.resource.AbstractResource
configureCache, getCachingStrategy, respond, setRequestMetaData, setRequestRangeMetaData, setResponseContentRangeHeaderFields, setResponseHeaders
-
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
MAPPER
protected static final JsonMapper MAPPER
-
-
Method Detail
-
getSelfRegInfo
protected abstract Pair<Class<? extends WebPage>,PageParameters> getSelfRegInfo(UserTO newUser) throws JsonProcessingException
- Throws:
JsonProcessingException
-
newResourceResponse
protected AbstractResource.ResourceResponse newResourceResponse(IResource.Attributes attributes)
- Specified by:
newResourceResponse
in classAbstractResource
-
-