public class AnonymousMechanism extends Object implements io.undertow.security.api.AuthenticationMechanism
AuthenticationMechanism that always associates an 'anonymous' user.| Constructor and Description |
|---|
AnonymousMechanism() |
| Modifier and Type | Method and Description |
|---|---|
io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcome |
authenticate(io.undertow.server.HttpServerExchange exchange,
io.undertow.security.api.SecurityContext context) |
io.undertow.security.api.AuthenticationMechanism.ChallengeResult |
sendChallenge(io.undertow.server.HttpServerExchange arg0,
io.undertow.security.api.SecurityContext arg1) |
public io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcome authenticate(io.undertow.server.HttpServerExchange exchange,
io.undertow.security.api.SecurityContext context)
authenticate in interface io.undertow.security.api.AuthenticationMechanismpublic io.undertow.security.api.AuthenticationMechanism.ChallengeResult sendChallenge(io.undertow.server.HttpServerExchange arg0,
io.undertow.security.api.SecurityContext arg1)
sendChallenge in interface io.undertow.security.api.AuthenticationMechanismCopyright © 2015 JBoss by Red Hat. All rights reserved.