public class ShibbolethSSOEndpointSelector extends BasicEndpointSelector
BasicEndpointSelector selection is
used.| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log
Class logger.
|
private String |
spAssertionConsumerService
Assertion consumer service URL provided by SP.
|
| Constructor and Description |
|---|
ShibbolethSSOEndpointSelector() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSpAssertionConsumerService()
Gets the assertion consumer service URL provided by SP.
|
Endpoint |
selectEndpoint() |
protected Endpoint |
selectEndpointByACS()
Selects the endpoint, from metadata, corresponding to the SP-provdided ACS URL.
|
void |
setSpAssertionConsumerService(String acs)
Sets the assertion consumer service URL provided by SP.
|
filterEndpointsByProtocolBinding, selectIndexedEndpoint, selectNonIndexedEndpointgetEndpointType, getEntityMetadata, getEntityRoleMetadata, getMetadataProvider, getSamlRequest, getSamlResponse, getSupportedIssuerBindings, setEndpointType, setEntityMetadata, setEntityRoleMetadata, setMetadataProvider, setSamlRequest, setSamlResponseprivate final org.slf4j.Logger log
private String spAssertionConsumerService
public String getSpAssertionConsumerService()
public void setSpAssertionConsumerService(String acs)
acs - assertion consumer service URL provided by SPpublic Endpoint selectEndpoint()
selectEndpoint in class BasicEndpointSelectorprotected Endpoint selectEndpointByACS()
Copyright © 1999-2014. All Rights Reserved.