|
Spring Security SAML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.security.saml.processor.SAMLBindingImpl
org.springframework.security.saml.processor.HTTPArtifactBinding
public class HTTPArtifactBinding
Http artifact binding.
Constructor Summary | |
---|---|
HTTPArtifactBinding(org.opensaml.ws.message.decoder.MessageDecoder decoder,
org.opensaml.ws.message.encoder.MessageEncoder encoder)
Implementation of the binding with custom encoder and decoder. |
|
HTTPArtifactBinding(org.opensaml.xml.parse.ParserPool parserPool,
org.apache.velocity.app.VelocityEngine velocityEngine,
ArtifactResolutionProfile artifactProfile)
Creates default implementation of the binding. |
Method Summary | |
---|---|
String |
getBindingURI()
Binding identifier. |
void |
getSecurityPolicy(List<org.opensaml.ws.security.SecurityPolicyRule> securityPolicy,
SAMLMessageContext samlContext)
Security rules to apply for incoming SAML messages received using the binding. |
boolean |
supports(org.opensaml.ws.transport.InTransport transport)
Checks whether current binding can be used to extract SAML message from the request. |
boolean |
supports(org.opensaml.ws.transport.OutTransport transport)
Checks whether current binding can be used to send a message using given transport. |
Methods inherited from class org.springframework.security.saml.processor.SAMLBindingImpl |
---|
getMessageDecoder, getMessageEncoder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HTTPArtifactBinding(org.opensaml.xml.parse.ParserPool parserPool, org.apache.velocity.app.VelocityEngine velocityEngine, ArtifactResolutionProfile artifactProfile)
parserPool
- parserPool for message deserializationvelocityEngine
- engine for message formattingartifactProfile
- profile used to retrieven the artifact messagepublic HTTPArtifactBinding(org.opensaml.ws.message.decoder.MessageDecoder decoder, org.opensaml.ws.message.encoder.MessageEncoder encoder)
decoder
- custom decoder implementationencoder
- custom encoder implementationMethod Detail |
---|
public boolean supports(org.opensaml.ws.transport.InTransport transport)
SAMLBinding
transport
- verify whether this binding supports given transport mechanism
public boolean supports(org.opensaml.ws.transport.OutTransport transport)
SAMLBinding
transport
- verify whether this binding supports given transport mechanism
public String getBindingURI()
SAMLBinding
public void getSecurityPolicy(List<org.opensaml.ws.security.SecurityPolicyRule> securityPolicy, SAMLMessageContext samlContext)
SAMLBinding
getSecurityPolicy
in interface SAMLBinding
getSecurityPolicy
in class SAMLBindingImpl
securityPolicy
- storage for created policiessamlContext
- processed context
|
Spring Security SAML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |