| Package | Description |
|---|---|
| org.apache.knox.gateway.services.security |
| Modifier and Type | Method and Description |
|---|---|
void |
KeystoreService.addCredentialForCluster(String clusterName,
String alias,
String key) |
void |
KeystoreService.addCredentialsForCluster(String clusterName,
Map<String,String> credentials) |
void |
KeystoreService.addSelfSignedCertForGateway(String alias,
char[] passphrase) |
void |
KeystoreService.addSelfSignedCertForGateway(String alias,
char[] passphrase,
String hostname) |
void |
KeystoreService.createCredentialStoreForCluster(String clusterName) |
void |
KeystoreService.createKeystoreForGateway() |
Certificate |
KeystoreService.getCertificateForGateway() |
char[] |
KeystoreService.getCredentialForCluster(String clusterName,
String alias) |
char[] |
KeystoreService.getCredentialForCluster(String clusterName,
String alias,
KeyStore ks) |
KeyStore |
KeystoreService.getCredentialStoreForCluster(String clusterName) |
Key |
KeystoreService.getKeyForGateway(char[] passphrase) |
Key |
KeystoreService.getKeyForGateway(String alias,
char[] passphrase) |
KeyStore |
KeystoreService.getKeystoreForGateway() |
Key |
KeystoreService.getSigningKey(String alias,
char[] passphrase) |
Key |
KeystoreService.getSigningKey(String keystoreName,
String alias,
char[] passphrase) |
KeyStore |
KeystoreService.getSigningKeystore() |
KeyStore |
KeystoreService.getSigningKeystore(String keystoreName) |
KeyStore |
KeystoreService.getTruststoreForHttpClient()
Gets the configured keystore instance that contains trust data.
|
boolean |
KeystoreService.isCredentialStoreForClusterAvailable(String clusterName) |
boolean |
KeystoreService.isKeystoreForGatewayAvailable() |
void |
KeystoreService.removeCredentialForCluster(String clusterName,
String alias) |
void |
KeystoreService.removeCredentialsForCluster(String clusterName,
Set<String> aliases) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.