public class SAML2IdPEntity extends Object
| Constructor and Description |
|---|
SAML2IdPEntity(org.opensaml.saml.saml2.metadata.EntityDescriptor entityDescriptor,
org.apache.syncope.common.lib.to.MappingItemTO connObjectKeyItem,
boolean useDeflateEncoding,
org.apache.syncope.common.lib.types.SAML2BindingType bindingType,
String keyPass) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.syncope.common.lib.types.SAML2BindingType |
getBindingType() |
org.apache.syncope.common.lib.to.MappingItemTO |
getConnObjectKeyItem() |
String |
getId() |
org.opensaml.saml.saml2.metadata.Endpoint |
getSLOLocation(org.apache.syncope.common.lib.types.SAML2BindingType bindingType) |
org.opensaml.saml.saml2.metadata.Endpoint |
getSSOLocation(org.apache.syncope.common.lib.types.SAML2BindingType bindingType) |
KeyStore |
getTrustStore() |
boolean |
isUseDeflateEncoding() |
void |
setBindingType(org.apache.syncope.common.lib.types.SAML2BindingType bindingType) |
void |
setConnObjectKeyItem(org.apache.syncope.common.lib.to.MappingItemTO connObjectKeyItem) |
void |
setUseDeflateEncoding(boolean useDeflateEncoding) |
boolean |
supportsNameIDFormat(String nameIDFormat) |
public SAML2IdPEntity(org.opensaml.saml.saml2.metadata.EntityDescriptor entityDescriptor,
org.apache.syncope.common.lib.to.MappingItemTO connObjectKeyItem,
boolean useDeflateEncoding,
org.apache.syncope.common.lib.types.SAML2BindingType bindingType,
String keyPass)
throws CertificateException,
IOException,
KeyStoreException,
NoSuchAlgorithmException
public String getId()
public boolean isUseDeflateEncoding()
public void setUseDeflateEncoding(boolean useDeflateEncoding)
public org.apache.syncope.common.lib.types.SAML2BindingType getBindingType()
public void setBindingType(org.apache.syncope.common.lib.types.SAML2BindingType bindingType)
public org.apache.syncope.common.lib.to.MappingItemTO getConnObjectKeyItem()
public void setConnObjectKeyItem(org.apache.syncope.common.lib.to.MappingItemTO connObjectKeyItem)
public org.opensaml.saml.saml2.metadata.Endpoint getSSOLocation(org.apache.syncope.common.lib.types.SAML2BindingType bindingType)
public org.opensaml.saml.saml2.metadata.Endpoint getSLOLocation(org.apache.syncope.common.lib.types.SAML2BindingType bindingType)
public boolean supportsNameIDFormat(String nameIDFormat)
public KeyStore getTrustStore()
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.