Class AbstractPushedAuthorizationRequestComponent
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent
net.shibboleth.idp.plugin.oidc.op.profile.logic.AbstractPushedAuthorizationRequestComponent
- All Implemented Interfaces:
Component,DestructableComponent,IdentifiableComponent,IdentifiedComponent,InitializableComponent
- Direct Known Subclasses:
DefaultPushedAuthorizationRequestUriDeserializationFunction,DefaultPushedAuthorizationRequestUriSerializationFunction,StorageServicePushedAuthorizationRequestUriDeserializationFunction,StorageServicePushedAuthorizationRequestUriSerializationFunction
public class AbstractPushedAuthorizationRequestComponent
extends AbstractIdentifiableInitializableComponent
Base component for the pushed authorization request URI serializer and deserializer functions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe prefix value used with the request_uri values built via PAR.static final StringThe prefix value used with the request_uri values buikt via PAR with storage service serializer.static final StringThe context name in theStorageService. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent
setIdMethods inherited from class net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
doInitialize, ensureId, getId, ifDestroyedThrowDestroyedComponentException, ifInitializedThrowUnmodifiabledComponentException, ifNotInitializedThrowUninitializedComponentExceptionMethods inherited from class net.shibboleth.shared.component.AbstractInitializableComponent
checkComponentActive, checkSetterPreconditions, destroy, doDestroy, initialize, isDestroyed, isInitializedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.shibboleth.shared.component.IdentifiedComponent
getId
-
Field Details
-
PAR_REQUEST_URI_PREFIX
The prefix value used with the request_uri values built via PAR.- See Also:
-
PAR_REQUEST_URI_STORAGE_PREFIX
The prefix value used with the request_uri values buikt via PAR with storage service serializer.- See Also:
-
STORAGE_CONTEXT_NAME
The context name in theStorageService.- See Also:
-
-
Constructor Details
-
AbstractPushedAuthorizationRequestComponent
public AbstractPushedAuthorizationRequestComponent()
-