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 |
|---|---|
String |
getAssertionConsumerServiceUrl() |
PrivateKey |
getDecryptionKey() |
String |
getEntityID() |
SamlDeployment.IDP |
getIDP() |
String |
getLogoutPage() |
String |
getNameIDPolicyFormat() |
String |
getPrincipalAttributeName() |
SamlDeployment.PrincipalNamePolicy |
getPrincipalNamePolicy() |
Set<String> |
getRoleAttributeNames() |
SignatureAlgorithm |
getSignatureAlgorithm() |
String |
getSignatureCanonicalizationMethod() |
KeyPair |
getSigningKeyPair() |
SslRequired |
getSslRequired() |
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 getAssertionConsumerServiceUrl()
String getLogoutPage()
SamlDeployment.PrincipalNamePolicy getPrincipalNamePolicy()
String getPrincipalAttributeName()
Copyright © 2016 JBoss by Red Hat. All rights reserved.