- All Implemented Interfaces:
- AuthenticationExtensionAuthenticatorOutput<java.io.Serializable>, ExtensionAuthenticatorOutput<java.io.Serializable>, ExtensionOutput<java.io.Serializable>, java.io.Serializable
public class UnknownExtensionAuthenticatorOutput
extends AbstractExtensionOutput<java.io.Serializable>
implements AuthenticationExtensionAuthenticatorOutput<java.io.Serializable>
Container for unknown extension authenticator output
DO NOT rely on this class to peek in the extension data from user code, because this class won't be used
when a specialized class for the extension is introduced. If you would like to peek an extension data when it is not
supported, please register your own container class for the the extension to the underlying ObjectMapper.
- See Also:
- Serialized Form