R
- The type of extended request.S
- The type of result.public interface ExtendedRequestDecoder<R extends ExtendedRequest<S>,S extends ExtendedResult>
Modifier and Type | Method and Description |
---|---|
R |
decodeExtendedRequest(ExtendedRequest<?> request,
DecodeOptions options)
Decodes the provided extended operation request as an
ExtendedRequest of type R . |
R decodeExtendedRequest(ExtendedRequest<?> request, DecodeOptions options) throws DecodeException
ExtendedRequest
of type R
.request
- The extended operation request to be decoded.options
- The set of decode options which should be used when decoding
the extended operation request.DecodeException
- If the provided extended operation request could not be
decoded. For example, if the request name was wrong, or if
the request value was invalid.Copyright © 2010-2018, ForgeRock All Rights Reserved.