public class SAML2IdPEntity extends Object
| Constructor and Description |
|---|
SAML2IdPEntity(org.opensaml.saml.saml2.metadata.EntityDescriptor entityDescriptor,
org.apache.syncope.common.lib.to.SAML2IdPTO idpTO,
String keyPass) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getActionsClassNames() |
org.apache.syncope.common.lib.types.SAML2BindingType |
getBindingType() |
org.apache.syncope.common.lib.to.ItemTO |
getConnObjectKeyItem() |
String |
getId() |
List<org.apache.syncope.common.lib.to.ItemTO> |
getItems() |
String |
getRequestedAuthnContextProviderClassName() |
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() |
org.apache.syncope.common.lib.to.UserTO |
getUserTemplate() |
boolean |
isCreateUnmatching() |
boolean |
isSelfRegUnmatching() |
boolean |
isSupportUnsolicited() |
boolean |
isUpdateMatching() |
boolean |
isUseDeflateEncoding() |
void |
setIdpTO(org.apache.syncope.common.lib.to.SAML2IdPTO idpTO) |
boolean |
supportsNameIDFormat(String nameIDFormat) |
public SAML2IdPEntity(org.opensaml.saml.saml2.metadata.EntityDescriptor entityDescriptor,
org.apache.syncope.common.lib.to.SAML2IdPTO idpTO,
String keyPass)
throws CertificateException,
IOException,
KeyStoreException,
NoSuchAlgorithmException
public void setIdpTO(org.apache.syncope.common.lib.to.SAML2IdPTO idpTO)
public String getId()
public boolean isCreateUnmatching()
public boolean isSelfRegUnmatching()
public boolean isUpdateMatching()
public boolean isUseDeflateEncoding()
public boolean isSupportUnsolicited()
public org.apache.syncope.common.lib.types.SAML2BindingType getBindingType()
public org.apache.syncope.common.lib.to.ItemTO getConnObjectKeyItem()
public List<org.apache.syncope.common.lib.to.ItemTO> getItems()
public org.apache.syncope.common.lib.to.UserTO getUserTemplate()
public String getRequestedAuthnContextProviderClassName()
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–2018 The Apache Software Foundation. All rights reserved.