|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.ws.message.decoder.BaseMessageDecoder
org.opensaml.common.binding.decoding.BaseSAMLMessageDecoder
org.opensaml.saml2.binding.decoding.BaseSAML2MessageDecoder
edu.internet2.middleware.shibboleth.idp.profile.saml2.UnsolicitedSSODecoder
public class UnsolicitedSSODecoder
Shibboleth 2.x HTTP request parameter-based SSO authentication request message decoder.
This decoder understands and processes a set of defined HTTP request parameters representing a logical
SAML 2 SSO authentication request, and builds a corresponding AuthnRequest
message.
This message is then stored in the SAMLMessageContext
so that it may be processed
by other components (e.g. profile handler) that process standard AuthnRequest messages.
Field Summary | |
---|---|
String |
defaultBinding
The binding URI default value. |
Constructor Summary | |
---|---|
UnsolicitedSSODecoder(org.opensaml.common.IdentifierGenerator identifierGenerator)
Constructor. |
Method Summary | |
---|---|
protected void |
doDecode(org.opensaml.ws.message.MessageContext messageContext)
|
String |
getBindingURI()
|
String |
getDefaultBinding()
Returns the default ACS binding. |
protected String |
getIntendedDestinationEndpointURI(org.opensaml.common.binding.SAMLMessageContext samlMsgCtx)
|
protected boolean |
isIntendedDestinationEndpointURIRequired(org.opensaml.common.binding.SAMLMessageContext samlMsgCtx)
|
void |
setDefaultBinding(String binding)
Sets the default ACS binding. |
Methods inherited from class org.opensaml.saml2.binding.decoding.BaseSAML2MessageDecoder |
---|
decode, extractEntityId, extractRequestInfo, extractResponseInfo, populateMessageContext, populateMessageIdIssueInstantIssuer, populateRelyingPartyMetadata |
Methods inherited from class org.opensaml.common.binding.decoding.BaseSAMLMessageDecoder |
---|
checkEndpointURI, compareEndpointURIs, getActualReceiverEndpointURI, getURIComparator, isMessageSigned, setURIComparator |
Methods inherited from class org.opensaml.ws.message.decoder.BaseMessageDecoder |
---|
getParserPool, logDecodedMessage, processSecurityPolicy, setParserPool, unmarshallMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opensaml.ws.message.decoder.MessageDecoder |
---|
decode |
Field Detail |
---|
public String defaultBinding
Constructor Detail |
---|
public UnsolicitedSSODecoder(org.opensaml.common.IdentifierGenerator identifierGenerator)
identifierGenerator
- the IdentifierGenerator instance to use.Method Detail |
---|
public String getBindingURI()
getBindingURI
in interface org.opensaml.common.binding.decoding.SAMLMessageDecoder
protected boolean isIntendedDestinationEndpointURIRequired(org.opensaml.common.binding.SAMLMessageContext samlMsgCtx)
isIntendedDestinationEndpointURIRequired
in class org.opensaml.common.binding.decoding.BaseSAMLMessageDecoder
protected String getIntendedDestinationEndpointURI(org.opensaml.common.binding.SAMLMessageContext samlMsgCtx) throws org.opensaml.ws.message.decoder.MessageDecodingException
getIntendedDestinationEndpointURI
in class org.opensaml.saml2.binding.decoding.BaseSAML2MessageDecoder
org.opensaml.ws.message.decoder.MessageDecodingException
public String getDefaultBinding()
public void setDefaultBinding(String binding)
binding
- default binding URIprotected void doDecode(org.opensaml.ws.message.MessageContext messageContext) throws org.opensaml.ws.message.decoder.MessageDecodingException
doDecode
in class org.opensaml.ws.message.decoder.BaseMessageDecoder
org.opensaml.ws.message.decoder.MessageDecodingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |