public static class SecurityContext.AuthenticationResult extends Object
| Constructor and Description |
|---|
SecurityContext.AuthenticationResult(AuthenticationMechanism.AuthenticationMechanismOutcome outcome,
Runnable sendChallengeTask) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMechanism.AuthenticationMechanismOutcome |
getOutcome() |
Runnable |
getSendChallengeTask() |
public SecurityContext.AuthenticationResult(AuthenticationMechanism.AuthenticationMechanismOutcome outcome, Runnable sendChallengeTask)
public AuthenticationMechanism.AuthenticationMechanismOutcome getOutcome()
public Runnable getSendChallengeTask()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.