public class SAMLBindingContext
extends org.opensaml.messaging.context.BaseContext
Constructor and Description |
---|
SAMLBindingContext() |
Modifier and Type | Method and Description |
---|---|
BindingDescriptor |
getBindingDescriptor()
Get the SAML binding descriptor.
|
String |
getBindingUri()
Get the SAML binding URI.
|
String |
getRelayState()
Gets the relay state.
|
boolean |
hasBindingSignature()
Get the flag indicating whether the message is signed at the binding level.
|
boolean |
isIntendedDestinationEndpointURIRequired()
Get the flag indicating whether the binding in use requires the presence within the message
of information indicating the intended message destination endpoint URI.
|
void |
setBindingDescriptor(BindingDescriptor descriptor)
Set the SAML binding descriptor.
|
void |
setBindingUri(String newBindingUri)
Set the SAML binding URI.
|
void |
setHasBindingSignature(boolean flag)
Set the flag indicating whether the message is signed at the binding level.
|
void |
setIntendedDestinationEndpointURIRequired(boolean flag)
Set the flag indicating whether the binding in use requires the presence within the message
of information indicating the intended message destination endpoint URI.
|
void |
setRelayState(String state)
Sets the relay state.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
@Nullable @NotEmpty public String getRelayState()
public void setRelayState(@Nullable String state)
state
- relay state associated with this protocol exchange@Nullable @NotEmpty public String getBindingUri()
public void setBindingUri(@Nullable String newBindingUri)
newBindingUri
- the new binding URI@Nullable public BindingDescriptor getBindingDescriptor()
public void setBindingDescriptor(@Nullable BindingDescriptor descriptor)
descriptor
- the new binding descriptorpublic boolean hasBindingSignature()
public void setHasBindingSignature(boolean flag)
flag
- true if message was signed at the binding level, otherwise falsepublic boolean isIntendedDestinationEndpointURIRequired()
public void setIntendedDestinationEndpointURIRequired(boolean flag)
flag
- true if required, false otherwiseCopyright © 2016 JBoss by Red Hat. All rights reserved.