| Package | Description |
|---|---|
| org.apache.syncope.core.logic.saml2 |
| Modifier and Type | Method and Description |
|---|---|
SAML2IdPEntity |
SAML2IdPCache.get(String entityID) |
SAML2IdPEntity |
SAML2IdPCache.getFirst() |
SAML2IdPEntity |
SAML2IdPCache.put(org.opensaml.saml.saml2.metadata.EntityDescriptor entityDescriptor,
org.apache.syncope.common.lib.to.SAML2IdPTO idpTO) |
SAML2IdPEntity |
SAML2IdPCache.put(org.apache.syncope.core.persistence.api.entity.SAML2IdP idp) |
SAML2IdPEntity |
SAML2IdPCache.remove(String entityID) |
| Modifier and Type | Method and Description |
|---|---|
String |
SAML2UserManager.create(SAML2IdPEntity idp,
org.apache.syncope.common.lib.to.SAML2LoginResponseTO responseTO,
String nameID) |
String |
SAML2UserManager.update(String username,
SAML2IdPEntity idp,
org.apache.syncope.common.lib.to.SAML2LoginResponseTO responseTO) |
org.apache.cxf.rs.security.saml.sso.SSOValidatorResponse |
SAML2ReaderWriter.validate(org.opensaml.saml.saml2.core.Response samlResponse,
SAML2IdPEntity idp,
String assertionConsumerURL,
String requestId,
String spEntityID) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.