public class SingleLogoutServiceBuilder extends AbstractSAMLObjectBuilder<SingleLogoutService>
SingleLogoutService
elements.Constructor and Description |
---|
SingleLogoutServiceBuilder() |
Modifier and Type | Method and Description |
---|---|
SingleLogoutServiceBuilder |
binding(String binding)
Assigns the binding of the service
|
static SingleLogoutServiceBuilder |
builder()
Utility method that creates a builder.
|
protected Class<SingleLogoutService> |
getObjectType()
Returns the object type.
|
SingleLogoutServiceBuilder |
location(String location)
Assigns the location URI.
|
SingleLogoutServiceBuilder |
postBinding()
Shortcut for assigning the SAML POST binding to the service.
|
SingleLogoutServiceBuilder |
redirectBinding()
Shortcut for assigning the SAML Redirect binding to the service.
|
SingleLogoutServiceBuilder |
responseLocation(String responseLocation)
Assigns the response location URI.
|
build, object
public static SingleLogoutServiceBuilder builder()
public SingleLogoutServiceBuilder location(String location)
location
- the URIpublic SingleLogoutServiceBuilder responseLocation(String responseLocation)
responseLocation
- the URIpublic SingleLogoutServiceBuilder binding(String binding)
binding
- the binding URIpostBinding()
,
redirectBinding()
public SingleLogoutServiceBuilder postBinding()
binding(String)
public SingleLogoutServiceBuilder redirectBinding()
binding(String)
protected Class<SingleLogoutService> getObjectType()
getObjectType
in class AbstractSAMLObjectBuilder<SingleLogoutService>
Copyright © 2018 Litsec AB. All rights reserved.