Class SOAPClientSecurityContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
org.opensaml.soap.client.security.SOAPClientSecurityContext
- All Implemented Interfaces:
Iterable<BaseContext>
Context class for holding security information related to SOAP client operations.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator, BaseContext.DeprecatedContextClassNameLookAside -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the security configuration profile ID.voidsetSecurityConfigurationProfileId(String profileId) Set the security configuration profile ID.Methods inherited from class org.opensaml.messaging.context.BaseContext
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, ensureSubcontext, ensureSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, iterator, removeFromParent, removeSubcontext, removeSubcontext, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
securityConfigurationProfileId
Security configuration profile ID.
-
-
Constructor Details
-
SOAPClientSecurityContext
public SOAPClientSecurityContext()
-
-
Method Details
-
getSecurityConfigurationProfileId
Get the security configuration profile ID.- Returns:
- the profile ID, or null
-
setSecurityConfigurationProfileId
Set the security configuration profile ID.- Parameters:
profileId- The profileID to set
-