public class SecurityRealm extends Object implements Validatable
| Modifier and Type | Field and Description |
|---|---|
String |
keyManagerAlgorithm |
String |
keyPassword |
String |
keystorePassword |
String |
keystorePath |
String |
keystoreType |
String |
name |
String |
sslProtocol |
String |
trustManagerAlgorithm |
| Constructor and Description |
|---|
SecurityRealm() |
SecurityRealm(SecurityRealm original) |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Checks the state of the object to ensure it is valid.
|
public String name
public String keystorePath
public String keystorePassword
public String keyPassword
public String keystoreType
public String keyManagerAlgorithm
public String trustManagerAlgorithm
public String sslProtocol
public SecurityRealm()
public SecurityRealm(SecurityRealm original)
public void validate()
throws Exception
Validatablevalidate in interface ValidatableException - if the state of the object is not validCopyright © 2015–2017 Red Hat, Inc.. All rights reserved.