public class ServerKeyDescriptor extends Object implements Serializable
OAuthServerKeyManager
. => contribute a simple RSA Key Pair.Modifier and Type | Field and Description |
---|---|
protected String |
externalPrivateKey |
protected String |
externalPrivateKeyName
Most folks should not need to change this from the default value of nuxeo.
|
protected String |
externalPublicCertificate
This is here just for convenience of keeping everything together.
|
Constructor and Description |
---|
ServerKeyDescriptor() |
protected String externalPrivateKey
protected String externalPrivateKeyName
protected String externalPublicCertificate
Note that many providers accept the certificate then run a computation to extract the public key from it. This means that the value displayed when you look at the provider configuration may be different than the one you provided.
public ServerKeyDescriptor()
Copyright © 2018 Nuxeo. All rights reserved.