public class IdPConfig extends Object
| Constructor and Description |
|---|
IdPConfig()
Default constructor.
|
IdPConfig(File metadataFile)
Construct a new IdpConfig from a metadata XML file.
|
| Modifier and Type | Method and Description |
|---|---|
Certificate |
getCert()
Get the Idp public key certificate.
|
String |
getEntityId()
Get the Idp Entity Id.
|
String |
getLoginUrl()
Get the IdP login URL.
|
void |
setCert(Certificate cert)
Set the IdP public key certificate.
|
void |
setEntityId(String entityId)
Set the Idp Entity Id.
|
void |
setLoginUrl(String loginUrl)
Set the IdP login URL.
|
public IdPConfig()
public IdPConfig(File metadataFile) throws SAMLException
metadataFile - File where the matadata livesSAMLExceptionpublic void setEntityId(String entityId)
public String getEntityId()
public void setLoginUrl(String loginUrl)
public String getLoginUrl()
public void setCert(Certificate cert)
public Certificate getCert()
Copyright © 2015. All rights reserved.