Uses of Class
io.streamthoughts.azkarra.http.security.SecurityMechanism
-
-
Uses of SecurityMechanism in io.streamthoughts.azkarra.http.security
Methods in io.streamthoughts.azkarra.http.security that return SecurityMechanism Modifier and Type Method Description static SecurityMechanism
SecurityMechanism. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecurityMechanism[]
SecurityMechanism. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SecurityMechanism in io.streamthoughts.azkarra.http.security.auth
Methods in io.streamthoughts.azkarra.http.security.auth that return SecurityMechanism Modifier and Type Method Description SecurityMechanism
AuthenticationContext. getSecurityMechanism()
Gets the security mechanism used to authenticate the current user.SecurityMechanism
UndertowAuthenticationContext. getSecurityMechanism()
Gets the security mechanism used to authenticate the current user.Constructors in io.streamthoughts.azkarra.http.security.auth with parameters of type SecurityMechanism Constructor Description SSLAuthenticationContext(SecurityMechanism securityMechanism, InetAddress clientAddress, io.undertow.security.api.SecurityContext securityContext, SSLSession sslSession)
Creates a newSSLAuthenticationContext
instance.UndertowAuthenticationContext(SecurityMechanism securityMechanism, InetAddress clientAddress, io.undertow.security.api.SecurityContext securityContext)
Creates a newUndertowAuthenticationContext
instance. -
Uses of SecurityMechanism in io.streamthoughts.azkarra.http.security.authorizer
Methods in io.streamthoughts.azkarra.http.security.authorizer that return SecurityMechanism Modifier and Type Method Description SecurityMechanism
AuthorizationContext. securityMechanism()
Gets the security mechanism used by the client to authenticate. -
Uses of SecurityMechanism in io.streamthoughts.azkarra.http.security.handler
Methods in io.streamthoughts.azkarra.http.security.handler that return SecurityMechanism Modifier and Type Method Description SecurityMechanism
SecurityHandler. getSecurityMechanism()
Constructors in io.streamthoughts.azkarra.http.security.handler with parameters of type SecurityMechanism Constructor Description AuthenticationContextHandler(SecurityMechanism securityMechanism, io.undertow.server.HttpHandler next)
Creates a newAuthenticationContextHandler
instance.
-