public class SPConfig extends Object
| Constructor and Description |
|---|
SPConfig()
Construct a new, empty SPConfig.
|
SPConfig(File metadataFile)
Construct a new SPConfig from a metadata XML file.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAcs()
Get the IdP login URL.
|
String |
getEntityId()
Get the SP Entity Id.
|
void |
setAcs(String acs)
Set the SP ACS URL.
|
void |
setEntityId(String entityId)
Set the SP Entity Id.
|
public SPConfig()
public SPConfig(File metadataFile) throws SAMLException
metadataFile - File where the matadata livesSAMLExceptionCopyright © 2015. All rights reserved.