|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcafe.authentication.AuthenticationSettings
public class AuthenticationSettings
This class holds settings used by the Authentication component.
| Constructor Summary | |
|---|---|
AuthenticationSettings(java.lang.String authenticationUrl,
java.lang.String keyStorePath,
java.lang.String keyStorePasswd)
Constructs a new AuthenticationSettings with the given parameters. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAuthenticationUrl()
Returns the URL that Authentication component should connect to |
java.lang.String |
getKeyStorePasswd()
Returns the password required to access the keystore (cacerts) file |
java.lang.String |
getKeyStorePath()
Returns the path to the keystore (cacerts) file |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticationSettings(java.lang.String authenticationUrl,
java.lang.String keyStorePath,
java.lang.String keyStorePasswd)
authenticationUrl - the URL that Authentication component should
connect to| Method Detail |
|---|
public java.lang.String getAuthenticationUrl()
public java.lang.String getKeyStorePasswd()
public java.lang.String getKeyStorePath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||