public class AssertionConsumerServiceFactoryBean extends AbstractSAMLObjectBuilderFactoryBean<AssertionConsumerService>
AssertionConsumerService objects.| Constructor and Description |
|---|
AssertionConsumerServiceFactoryBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractSAMLObjectBuilder<AssertionConsumerService> |
builder()
Returns the builder.
|
Class<?> |
getObjectType() |
void |
setBinding(String binding)
Assigns the binding of the service
|
void |
setIndex(Integer index)
Assigns the index for the service.
|
void |
setIsDefault(Boolean isDefault)
Sets the
isDefault attribute of the service. |
void |
setLocation(String location)
Assigns the location URI.
|
createInstance, localizedStringListToVarArgs, stringListToVarArgs, toVarArgspublic AssertionConsumerServiceFactoryBean()
public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<AssertionConsumerService>getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<AssertionConsumerService>protected AbstractSAMLObjectBuilder<AssertionConsumerService> builder()
builder in class AbstractSAMLObjectBuilderFactoryBean<AssertionConsumerService>public void setLocation(String location)
location - the URIAssertionConsumerServiceBuilder.location(String)public void setBinding(String binding)
binding - the binding URIAssertionConsumerServiceBuilder.binding(String)public void setIndex(Integer index)
index - the indexAssertionConsumerServiceBuilder.index(Integer)public void setIsDefault(Boolean isDefault)
isDefault attribute of the service.isDefault - the BooleanAssertionConsumerServiceBuilder.isDefault(Boolean)Copyright © 2018 Litsec AB. All rights reserved.