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() |
RoleMappingsProvider |
getRoleMappingsProvider()
Obtains the
RoleMappingsProvider that was configured for the SP. |
SignatureAlgorithm |
getSignatureAlgorithm() |
String |
getSignatureCanonicalizationMethod() |
KeyPair |
getSigningKeyPair() |
SslRequired |
getSslRequired() |
boolean |
isAutodetectBearerOnly() |
boolean |
isConfigured() |
boolean |
isForceAuthentication() |
boolean |
isIsPassive() |
boolean |
isKeepDOMAssertion() |
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()
RoleMappingsProvider getRoleMappingsProvider()
RoleMappingsProvider
that was configured for the SP.RoleMappingsProvider
.SamlDeployment.PrincipalNamePolicy getPrincipalNamePolicy()
String getPrincipalAttributeName()
boolean isAutodetectBearerOnly()
boolean isKeepDOMAssertion()
Copyright © 2021 JBoss by Red Hat. All rights reserved.