public static interface SamlDeployment.IDP
Modifier and Type | Interface and Description |
---|---|
static interface |
SamlDeployment.IDP.SingleLogoutService |
static interface |
SamlDeployment.IDP.SingleSignOnService |
Modifier and Type | Method and Description |
---|---|
org.apache.http.client.HttpClient |
getClient()
Returns
HttpClient instance that will be used for http communication with this IdP. |
String |
getEntityID()
Returns entity identifier of this IdP.
|
int |
getMinTimeBetweenDescriptorRequests()
Returns minimum time (in seconds) between issuing requests to IdP SAML descriptor.
|
KeyLocator |
getSignatureValidationKeyLocator()
Returns
KeyLocator looking up public keys used for validation of IdP signatures. |
SamlDeployment.IDP.SingleLogoutService |
getSingleLogoutService()
Returns Single logout service configuration for this IdP.
|
SamlDeployment.IDP.SingleSignOnService |
getSingleSignOnService()
Returns Single sign on service configuration for this IdP.
|
String getEntityID()
SamlDeployment.IDP.SingleSignOnService getSingleSignOnService()
SamlDeployment.IDP.SingleLogoutService getSingleLogoutService()
KeyLocator getSignatureValidationKeyLocator()
KeyLocator
looking up public keys used for validation of IdP signatures.int getMinTimeBetweenDescriptorRequests()
KeyLocator
looking up public keys for validation of IdP signatures
to prevent too frequent requests.org.apache.http.client.HttpClient getClient()
HttpClient
instance that will be used for http communication with this IdP.Copyright © 2018 JBoss by Red Hat. All rights reserved.