public interface SamlDeployment
Modifier and Type | Interface and Description |
---|---|
static class |
SamlDeployment.Binding |
static interface |
SamlDeployment.IDP |
static class |
SamlDeployment.PrincipalNamePolicy |
Modifier and Type | Method and Description |
---|---|
PrivateKey |
getDecryptionKey() |
String |
getEntityID()
Returns entity identifier of this SP.
|
SamlDeployment.IDP |
getIDP()
Returns Identity Provider configuration for this SAML deployment.
|
String |
getLogoutPage() |
String |
getNameIDPolicyFormat() |
String |
getPrincipalAttributeName() |
SamlDeployment.PrincipalNamePolicy |
getPrincipalNamePolicy() |
Set<String> |
getRoleAttributeNames() |
SignatureAlgorithm |
getSignatureAlgorithm() |
String |
getSignatureCanonicalizationMethod() |
KeyPair |
getSigningKeyPair() |
SslRequired |
getSslRequired() |
boolean |
isAutodetectBearerOnly() |
boolean |
isConfigured() |
boolean |
isForceAuthentication() |
boolean |
isIsPassive() |
boolean |
turnOffChangeSessionIdOnLogin() |
SamlDeployment.IDP getIDP()
boolean isConfigured()
SslRequired getSslRequired()
String getEntityID()
String getNameIDPolicyFormat()
boolean isForceAuthentication()
boolean isIsPassive()
boolean turnOffChangeSessionIdOnLogin()
PrivateKey getDecryptionKey()
KeyPair getSigningKeyPair()
String getSignatureCanonicalizationMethod()
SignatureAlgorithm getSignatureAlgorithm()
String getLogoutPage()
SamlDeployment.PrincipalNamePolicy getPrincipalNamePolicy()
String getPrincipalAttributeName()
boolean isAutodetectBearerOnly()
Copyright © 2018 JBoss by Red Hat. All rights reserved.