Package net.shibboleth.idp.saml.binding
Class BindingDescriptor
- All Implemented Interfaces:
Predicate<ProfileRequestContext>
,Component
,DestructableComponent
,IdentifiableComponent
,IdentifiedComponent
,InitializableComponent
Subclass that adds awareness of a Spring bean ID for a binding's
MessageEncoder
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the Spring bean ID of the binding'sMessageEncoder
.void
Set the Spring bean ID of the binding'sMessageEncoder
.Methods inherited from class org.opensaml.saml.common.binding.BindingDescriptor
equals, getShortName, hashCode, isArtifact, isSignatureCapable, isSynchronous, setActivationCondition, setArtifact, setShortName, setSignatureCapable, setSynchronous, test, toString
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent
setId
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
doInitialize, getId
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
destroy, doDestroy, initialize, isDestroyed, isInitialized
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent
getId
-
Field Details
-
encoderBeanId
Spring bean ID of message encoder.
-
-
Constructor Details
-
BindingDescriptor
public BindingDescriptor()
-
-
Method Details
-
getEncoderBeanId
Get the Spring bean ID of the binding'sMessageEncoder
.- Returns:
- bean ID of message encoder
-
setEncoderBeanId
Set the Spring bean ID of the binding'sMessageEncoder
.- Parameters:
id
- bean ID of message encoder
-