|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CoherenceKeystoreParamsBean
Information needed to access key material for Coherence Identity from the keystore.
Method Summary | |
---|---|
abstract String |
getCoherenceIdentityAlias() The string alias used to store and retrieve the Coherence Identity private key in the keystore. |
abstract String |
getCoherencePrivateKeyPassPhrase() The passphrase used to retrieve the private key for the Coherence Identity specified in the server configured keystore. |
abstract byte[] |
getCoherencePrivateKeyPassPhraseEncrypted() The encrypted value of the passphrase. |
abstract void |
setCoherenceIdentityAlias(String alias) Sets the value of the CoherenceIdentityAlias attribute. |
abstract void |
setCoherencePrivateKeyPassPhrase(String phrase) Specifies the passphrase used to retrieve the private key for the Coherence Identity specified in the server configured keystore. |
abstract void |
setCoherencePrivateKeyPassPhraseEncrypted(byte[] phraseEncrypted) Sets the value of the PassPhraseEncrypted attribute. |
Method Detail |
---|
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(String alias)
Sets the value of the CoherenceIdentityAlias attribute.
alias
- The new coherenceIdentityAlias valueCoherenceKeystoreParamsBean.getCoherenceIdentityAlias()
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.CoherenceKeystoreParamsBean.setCoherencePrivateKeyPassPhrase(java.lang.String)
void setCoherencePrivateKeyPassPhrase(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.CoherenceKeystoreParamsBean.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()
|
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |