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 KeyManager
SAMLAuthenticationProvider. keyManager
Methods in org.nuxeo.ecm.platform.auth.saml that return KeyManager Modifier and Type Method Description protected KeyManager
SAMLAuthenticationProvider. 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 class
KeyManagerImpl
An implementation ofKeyManager
that uses a JKS key store.
-