Package net.shibboleth.idp.saml.binding
Class BindingDescriptor
-
- All Implemented Interfaces:
Predicate<ProfileRequestContext>,Component,DestructableComponent,IdentifiableComponent,IdentifiedComponent,InitializableComponent
public class BindingDescriptor extends BindingDescriptor
Subclass that adds awareness of a Spring bean ID for a binding'sMessageEncoder.
-
-
Field Summary
Fields Modifier and Type Field Description private StringencoderBeanIdSpring bean ID of message encoder.
-
Constructor Summary
Constructors Constructor Description BindingDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEncoderBeanId()Get the Spring bean ID of the binding'sMessageEncoder.voidsetEncoderBeanId(String id)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 Detail
-
encoderBeanId
@Nullable private String encoderBeanId
Spring bean ID of message encoder.
-
-
Method Detail
-
getEncoderBeanId
@Nullable public String getEncoderBeanId()
Get the Spring bean ID of the binding'sMessageEncoder.- Returns:
- bean ID of message encoder
-
setEncoderBeanId
public void setEncoderBeanId(@Nullable String id)Set the Spring bean ID of the binding'sMessageEncoder.- Parameters:
id- bean ID of message encoder
-
-