|
Spring Security SAML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SAMLBinding
Implementation describes a single binding usable for parsing of a SAML message.
Method Summary | |
---|---|
String |
getBindingURI()
Binding identifier. |
org.opensaml.ws.message.decoder.MessageDecoder |
getMessageDecoder()
Creates decoder capable of parsing message with the given binding |
org.opensaml.ws.message.encoder.MessageEncoder |
getMessageEncoder()
Creates encoder capable of creating messages to be sent using given bindidn. |
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. |
Method Detail |
---|
boolean supports(org.opensaml.ws.transport.InTransport transport)
transport
- verify whether this binding supports given transport mechanism
boolean supports(org.opensaml.ws.transport.OutTransport transport)
transport
- verify whether this binding supports given transport mechanism
org.opensaml.ws.message.decoder.MessageDecoder getMessageDecoder()
org.opensaml.ws.message.encoder.MessageEncoder getMessageEncoder()
String getBindingURI()
void getSecurityPolicy(List<org.opensaml.ws.security.SecurityPolicyRule> securityPolicy, SAMLMessageContext samlContext)
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 |