Uses of Interface
jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanism
Package
Description
The HTTP authentication mechanism API package.
-
Uses of HttpAuthenticationMechanism in jakarta.security.enterprise.authentication.mechanism.http
Modifier and TypeClassDescriptionclass
This class is an implementation of theHttpAuthenticationMechanism
interface that can be subclassed by developers wishing to provide extra or different functionality.Modifier and TypeMethodDescriptionHttpAuthenticationMechanismWrapper.getWrapped()
Returns the object that's being wrapped.ModifierConstructorDescriptionHttpAuthenticationMechanismWrapper
(HttpAuthenticationMechanism httpAuthenticationMechanism) Constructs the wrapper with the object being delegated to.