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(EntityDescriptor entityDescriptor,
SAML2IdPTO idpTO) |
SAML2IdPEntity |
SAML2IdPCache.put(SAML2IdP idp) |
SAML2IdPEntity |
SAML2IdPCache.remove(String entityID) |
Modifier and Type | Method and Description |
---|---|
String |
SAML2UserManager.create(SAML2IdPEntity idp,
SAML2LoginResponseTO responseTO,
String nameID) |
String |
SAML2UserManager.update(String username,
SAML2IdPEntity idp,
SAML2LoginResponseTO responseTO) |
org.apache.cxf.rs.security.saml.sso.SSOValidatorResponse |
SAML2ReaderWriter.validate(Response samlResponse,
SAML2IdPEntity idp,
String assertionConsumerURL,
String requestId,
String spEntityID) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.