public static interface SamlDeployment.IDP.SingleSignOnService
| Modifier and Type | Method and Description |
|---|---|
SamlDeployment.Binding |
getRequestBinding() |
String |
getRequestBindingUrl() |
SamlDeployment.Binding |
getResponseBinding() |
boolean |
signRequest()
Returns
true if the requests to IdP need to be signed by SP key. |
boolean |
validateAssertionSignature()
Returns
true if individual assertions in response from IdP should
be checked for valid signature. |
boolean |
validateResponseSignature()
Returns
true if the complete response message from IdP should
be checked for valid signature. |
boolean signRequest()
true if the requests to IdP need to be signed by SP key.boolean validateResponseSignature()
true if the complete response message from IdP should
be checked for valid signature.boolean validateAssertionSignature()
true if individual assertions in response from IdP should
be checked for valid signature.SamlDeployment.Binding getRequestBinding()
SamlDeployment.Binding getResponseBinding()
String getRequestBindingUrl()
Copyright © 2016 JBoss by Red Hat. All rights reserved.