SettableBean
public interface CoherenceKeystoreParamsBean extends SettableBean
Information needed to access key material for Coherence Identity from the keystore.
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getCoherenceIdentityAlias() |
The string alias used to store and retrieve the Coherence Identity private
key in the keystore.
|
java.lang.String |
getCoherencePrivateKeyPassPhrase() |
The passphrase used to retrieve the private key for the Coherence Identity
specified in the server configured keystore.
|
byte[] |
getCoherencePrivateKeyPassPhraseEncrypted() |
The encrypted value of the passphrase.
|
void |
setCoherenceIdentityAlias(java.lang.String alias) |
Sets the value of the CoherenceIdentityAlias attribute.
|
void |
setCoherencePrivateKeyPassPhrase(java.lang.String phrase) |
Specifies the passphrase used to retrieve the private key for the Coherence Identity
specified in the server configured keystore.
|
void |
setCoherencePrivateKeyPassPhraseEncrypted(byte[] phraseEncrypted) |
Sets the value of the PassPhraseEncrypted attribute.
|
java.lang.String getCoherenceIdentityAlias()
The string alias used to store and retrieve the Coherence Identity private key in the keystore. This private key is associated with the Coherence Identity digital certificate. If this alias is null, the Server SSL identity alias will be used.
void setCoherenceIdentityAlias(java.lang.String alias)
Sets the value of the CoherenceIdentityAlias attribute.
alias
- The new coherenceIdentityAlias valuegetCoherenceIdentityAlias()
java.lang.String getCoherencePrivateKeyPassPhrase()
The passphrase used to retrieve the private key for the Coherence Identity specified in the server configured keystore. This passphrase is assigned to the private key when the private key is generated.
Note that when you get the value of this attribute, WebLogic Server does the following:CoherencePrivateKeyPassPhrase
attribute.setCoherencePrivateKeyPassPhrase(java.lang.String)
void setCoherencePrivateKeyPassPhrase(java.lang.String phrase)
Specifies the passphrase used to retrieve the private key for the Coherence Identity specified in the server configured keystore. This passphrase is assigned to the private key when the private key is generated.
Note that when you set the value of this attribute, WebLogic Server does the following:CoherencePrivateKeyPassPhraseEncrypted
attribute to the
encrypted value.phrase
- The Coherence Identity private key pass phrase.getCoherencePrivateKeyPassPhrase()
byte[] getCoherencePrivateKeyPassPhraseEncrypted()
The encrypted value of the passphrase.
void setCoherencePrivateKeyPassPhraseEncrypted(byte[] phraseEncrypted)
Sets the value of the PassPhraseEncrypted attribute.
phraseEncrypted
- The encrypted value of the phraseEncryptedSAFLoginContextBean.getPasswordEncrypted()