public class InboundAuthenticationContext extends Object implements Serializable
Constructor and Description |
---|
InboundAuthenticationContext() |
Modifier and Type | Method and Description |
---|---|
void |
addProperty(String key,
Object value) |
InboundAuthenticationRequest |
getInboundAuthenticationRequest() |
InboundAuthenticationResponse |
getInboundAuthenticationResponse() |
Object |
getProperty(String key) |
String |
getTenantDomain() |
void |
setInboundAuthenticationRequest(InboundAuthenticationRequest inboundAuthenticationRequest) |
void |
setInboundAuthenticationResponse(InboundAuthenticationResponse inboundAuthenticationResponse) |
void |
setTenantDomain(String tenantDomain) |
public InboundAuthenticationRequest getInboundAuthenticationRequest()
public void setInboundAuthenticationRequest(InboundAuthenticationRequest inboundAuthenticationRequest)
public String getTenantDomain()
public void setTenantDomain(String tenantDomain)
public InboundAuthenticationResponse getInboundAuthenticationResponse()
public void setInboundAuthenticationResponse(InboundAuthenticationResponse inboundAuthenticationResponse)
Copyright © 2015 WSO2. All rights reserved.