public class ResourceMetadata extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
clientKeyPassword |
protected KeyStore |
clientKeystore |
protected String |
realm |
protected PublicKey |
realmKey |
protected String |
resourceName |
protected KeyStore |
truststore |
Constructor and Description |
---|
ResourceMetadata() |
Modifier and Type | Method and Description |
---|---|
String |
getClientKeyPassword() |
KeyStore |
getClientKeystore()
keystore that contains service's private key and certificate.
|
String |
getRealm() |
PublicKey |
getRealmKey()
Public key of the realm.
|
String |
getResourceName() |
KeyStore |
getTruststore()
Truststore to use if this service makes client invocations on remote HTTPS endpoints.
|
void |
setClientKeyPassword(String clientKeyPassword) |
void |
setClientKeystore(KeyStore clientKeystore) |
void |
setRealm(String realm) |
void |
setRealmKey(PublicKey realmKey) |
void |
setResourceName(String resourceName) |
void |
setTruststore(KeyStore truststore) |
protected String resourceName
protected String realm
protected KeyStore clientKeystore
protected String clientKeyPassword
protected KeyStore truststore
protected PublicKey realmKey
public String getResourceName()
public String getRealm()
public KeyStore getClientKeystore()
public String getClientKeyPassword()
public void setClientKeyPassword(String clientKeyPassword)
public KeyStore getTruststore()
public PublicKey getRealmKey()
public void setResourceName(String resourceName)
public void setRealm(String realm)
public void setClientKeystore(KeyStore clientKeystore)
public void setTruststore(KeyStore truststore)
public void setRealmKey(PublicKey realmKey)
Copyright © 2015 JBoss by Red Hat. All rights reserved.