public interface SAML2HandlerRequest
SAML2Handler
Modifier and Type | Interface and Description |
---|---|
static class |
SAML2HandlerRequest.GENERATE_REQUEST_TYPE |
Modifier and Type | Method and Description |
---|---|
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
|
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()
Copyright © 2017 JBoss by Red Hat. All rights reserved.