Class OAuthServerKeyManagerImpl

java.lang.Object
org.nuxeo.runtime.model.DefaultComponent
org.nuxeo.ecm.platform.oauth.keys.OAuthServerKeyManagerImpl
All Implemented Interfaces:
OAuthServerKeyManager, Adaptable, Component, Extensible, TimestampedService

public class OAuthServerKeyManagerImpl extends DefaultComponent implements OAuthServerKeyManager
Implements the OAuthServerKeyManager interface. Manages an extention point to configure RSA Key Pair. Shindig/Nuxeo HMAC shared secret is dynamically generated at startup time (and shared between Nuxeo OAUth Filter and Shindig directly in memory).
Author:
tiry