Uses of Interface
jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanism
-
Packages that use HttpAuthenticationMechanism Package Description jakarta.security.enterprise.authentication.mechanism.http The HTTP authentication mechanism API package. -
-
Uses of HttpAuthenticationMechanism in jakarta.security.enterprise.authentication.mechanism.http
Classes in jakarta.security.enterprise.authentication.mechanism.http that implement HttpAuthenticationMechanism Modifier and Type Class Description class
HttpAuthenticationMechanismWrapper
This class is an implementation of theHttpAuthenticationMechanism
interface that can be subclassed by developers wishing to provide extra or different functionality.Methods in jakarta.security.enterprise.authentication.mechanism.http that return HttpAuthenticationMechanism Modifier and Type Method Description HttpAuthenticationMechanism
HttpAuthenticationMechanismWrapper. getWrapped()
Returns the object that's being wrapped.Constructors in jakarta.security.enterprise.authentication.mechanism.http with parameters of type HttpAuthenticationMechanism Constructor Description HttpAuthenticationMechanismWrapper(HttpAuthenticationMechanism httpAuthenticationMechanism)
Constructs the wrapper with the object being delegated to.
-