Class SAMLProtocolContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
org.opensaml.saml.common.messaging.context.SAMLProtocolContext
- All Implemented Interfaces:
Iterable<BaseContext>
Subcontext that carries information about the ongoing SAML protocol.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the SAML protocol in use.void
setProtocol
(String samlProtocol) Sets the SAML protocol in use.Methods inherited from class org.opensaml.messaging.context.BaseContext
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, iterator, removeSubcontext, removeSubcontext, setParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
protocol
The SAML protocol in use.
-
-
Constructor Details
-
SAMLProtocolContext
public SAMLProtocolContext()
-
-
Method Details
-
getProtocol
Gets the SAML protocol in use.- Returns:
- SAML protocol in use, may be null
-
setProtocol
Sets the SAML protocol in use.- Parameters:
samlProtocol
- SAML protocol in use
-