|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OAuthServerKeyManager
Service to manage the key and shared secret used by Nuxeo server :
Method Summary | |
---|---|
String |
getBarePrivateKey()
Returns the Private Key used by Nuxeo server to do RSA Signing. |
String |
getBarePublicCertificate()
Returns the Public Key certificate used by Nuxeo server to do RSA Signing. |
NuxeoOAuthConsumer |
getInternalConsumer()
Returns the NuxeoOAuthConsumer representing local (embedded) Shindig instance. |
String |
getInternalKey()
Returns the consumerKey used in Shindig => Nuxeo sign fetch. |
String |
getInternalSecret()
Returns the consumerSecret (HMAC) used in Shindig => Nuxeo sign fetch. |
String |
getKeyName()
Returns key name (not really used). |
String |
getPrivateKey()
Returns the Private Key used by Nuxeo server to do RSA Signing. |
String |
getPublicKeyCertificate()
Returns the Public Key certificate used by Nuxeo server to do RSA Signing. |
Method Detail |
---|
String getPublicKeyCertificate()
String getBarePublicCertificate()
String getPrivateKey()
String getBarePrivateKey()
String getKeyName()
String getInternalKey()
String getInternalSecret()
NuxeoOAuthConsumer getInternalConsumer()
NuxeoOAuthConsumer
representing local (embedded) Shindig instance.
|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |