|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SAML2HandlerRequest
Request for SAML2Handler
Nested Class Summary | |
---|---|
static class |
SAML2HandlerRequest.GENERATE_REQUEST_TYPE
|
Method Summary | |
---|---|
void |
addOption(String key,
Object option)
Add an option |
ProtocolContext |
getContext()
Holder of transport context such as HTTP |
NameIDType |
getIssuer()
Get the Issuer (SP or IDP) where the handler chain is currently processing |
Map<String,Object> |
getOptions()
Get the configured options |
String |
getRelayState()
Get the RelayState that was part of the interaction |
Document |
getRequestDocument()
Get the request as a DOM |
SAML2Object |
getSAML2Object()
The SAML2 Request |
SAML2HandlerRequest.GENERATE_REQUEST_TYPE |
getTypeOfRequestToBeGenerated()
Return the type of SAML request that needs to be generated at the handler |
void |
setOptions(Map<String,Object> options)
Configure options |
void |
setRelayState(String relayState)
Set the relay state that was part of the interaction |
void |
setTypeOfRequestToBeGenerated(SAML2HandlerRequest.GENERATE_REQUEST_TYPE grt)
set the type of SAML request that needs to be generated at the handler |
Method Detail |
---|
ProtocolContext getContext()
SAML2Object getSAML2Object()
Document getRequestDocument()
SAML2HandlerRequest.GENERATE_REQUEST_TYPE getTypeOfRequestToBeGenerated()
void setTypeOfRequestToBeGenerated(SAML2HandlerRequest.GENERATE_REQUEST_TYPE grt)
NameIDType getIssuer()
void setRelayState(String relayState)
relayState
- String getRelayState()
void addOption(String key, Object option)
key
- option
- void setOptions(Map<String,Object> options)
options
- Map<String,Object> getOptions()
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |