public class NegotiationContext extends Object
Constructor and Description |
---|
NegotiationContext() |
Modifier and Type | Method and Description |
---|---|
void |
associate() |
void |
clear()
Clear any information that is not required to be retained between invocations.
|
String |
getAuthenticationMethod() |
static NegotiationContext |
getCurrentNegotiationContext() |
NegotiationMessage |
getRequestMessage() |
NegotiationMessage |
getResponseMessage() |
Object |
getSchemeContext() |
String |
getUsername() |
boolean |
isAuthenticated() |
void |
setAuthenticated(boolean authenticated) |
void |
setAuthenticationMethod(String authenticationMethod) |
void |
setRequestMessage(NegotiationMessage requestMessage) |
void |
setResponseMessage(NegotiationMessage responseMessage) |
void |
setSchemeContext(Object schemeContext) |
void |
setUsername(String username) |
public static NegotiationContext getCurrentNegotiationContext()
public void associate()
public void clear()
public String getUsername()
public void setUsername(String username)
public boolean isAuthenticated()
public void setAuthenticated(boolean authenticated)
public String getAuthenticationMethod()
public void setAuthenticationMethod(String authenticationMethod)
public NegotiationMessage getRequestMessage()
public void setRequestMessage(NegotiationMessage requestMessage)
public NegotiationMessage getResponseMessage()
public void setResponseMessage(NegotiationMessage responseMessage)
public Object getSchemeContext()
public void setSchemeContext(Object schemeContext)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.