@Component public class SAML2IdPCache extends Object
SAML2IdPEntity identity providers.| Constructor and Description |
|---|
SAML2IdPCache() |
| Modifier and Type | Method and Description |
|---|---|
SAML2IdPEntity |
get(String entityID) |
SAML2IdPEntity |
getFirst() |
SAML2IdPEntity |
put(org.opensaml.saml.saml2.metadata.EntityDescriptor entityDescriptor,
org.apache.syncope.common.lib.to.SAML2IdPTO idpTO) |
SAML2IdPEntity |
put(org.apache.syncope.core.persistence.api.entity.SAML2IdP idp) |
SAML2IdPEntity |
remove(String entityID) |
public SAML2IdPEntity get(String entityID)
public SAML2IdPEntity getFirst()
public SAML2IdPEntity put(org.opensaml.saml.saml2.metadata.EntityDescriptor entityDescriptor, org.apache.syncope.common.lib.to.SAML2IdPTO idpTO) throws CertificateException, IOException, KeyStoreException, NoSuchAlgorithmException
@Transactional(readOnly=true) public SAML2IdPEntity put(org.apache.syncope.core.persistence.api.entity.SAML2IdP idp) throws CertificateException, IOException, KeyStoreException, NoSuchAlgorithmException, org.apache.wss4j.common.ext.WSSecurityException, net.shibboleth.utilities.java.support.xml.XMLParserException
CertificateExceptionIOExceptionKeyStoreExceptionNoSuchAlgorithmExceptionorg.apache.wss4j.common.ext.WSSecurityExceptionnet.shibboleth.utilities.java.support.xml.XMLParserExceptionpublic SAML2IdPEntity remove(String entityID)
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.