Uses of Interface
org.nuxeo.ecm.platform.auth.saml.key.KeyManager
-
Packages that use KeyManager Package Description org.nuxeo.ecm.platform.auth.saml org.nuxeo.ecm.platform.auth.saml.key -
-
Uses of KeyManager in org.nuxeo.ecm.platform.auth.saml
Fields in org.nuxeo.ecm.platform.auth.saml declared as KeyManager Modifier and Type Field Description protected KeyManagerSAMLAuthenticationProvider. keyManagerMethods in org.nuxeo.ecm.platform.auth.saml that return KeyManager Modifier and Type Method Description protected KeyManagerSAMLAuthenticationProvider. getKeyManager() -
Uses of KeyManager in org.nuxeo.ecm.platform.auth.saml.key
Classes in org.nuxeo.ecm.platform.auth.saml.key that implement KeyManager Modifier and Type Class Description classKeyManagerImplAn implementation ofKeyManagerthat uses a JKS key store.
-