Package net.shibboleth.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.voidSet 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, toStringMethods inherited from class net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent
setIdMethods inherited from class net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
doInitialize, ensureId, getId, ifDestroyedThrowDestroyedComponentException, ifInitializedThrowUnmodifiabledComponentException, ifNotInitializedThrowUninitializedComponentExceptionMethods inherited from class net.shibboleth.shared.component.AbstractInitializableComponent
checkComponentActive, checkSetterPreconditions, destroy, doDestroy, initialize, isDestroyed, isInitializedMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.shibboleth.shared.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
-