@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(EntityDescriptor entityDescriptor,
SAML2IdPTO idpTO) |
SAML2IdPEntity |
put(SAML2IdP idp) |
SAML2IdPEntity |
remove(String entityID) |
public SAML2IdPEntity get(String entityID)
public SAML2IdPEntity getFirst()
public SAML2IdPEntity put(EntityDescriptor entityDescriptor, SAML2IdPTO idpTO) throws CertificateException, IOException, KeyStoreException, NoSuchAlgorithmException
@Transactional(readOnly=true) public SAML2IdPEntity put(SAML2IdP idp) throws CertificateException, IOException, KeyStoreException, NoSuchAlgorithmException, org.apache.wss4j.common.ext.WSSecurityException, net.shibboleth.utilities.java.support.xml.XMLParserException
CertificateException
IOException
KeyStoreException
NoSuchAlgorithmException
org.apache.wss4j.common.ext.WSSecurityException
net.shibboleth.utilities.java.support.xml.XMLParserException
public SAML2IdPEntity remove(String entityID)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.