public static interface SamlDeployment.IDP.SingleSignOnService
Modifier and Type | Method and Description |
---|---|
URI |
getAssertionConsumerServiceUrl()
Returns URI where the IdP should send the responses to.
|
SamlDeployment.Binding |
getRequestBinding() |
String |
getRequestBindingUrl()
Returns URL for the IDP login service that the client will send requests to.
|
SamlDeployment.Binding |
getResponseBinding()
SAML allows the client to request what binding type it wants authn responses to use.
|
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()
URI getAssertionConsumerServiceUrl()
Copyright © 2018 JBoss by Red Hat. All rights reserved.