cafe.authentication
Class AuthenticationSettings

java.lang.Object
  extended by cafe.authentication.AuthenticationSettings

public class AuthenticationSettings
extends java.lang.Object

This class holds settings used by the Authentication component.

Version:
0.2
Author:
Markus Penttila

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

AuthenticationSettings

public AuthenticationSettings(java.lang.String authenticationUrl,
                              java.lang.String keyStorePath,
                              java.lang.String keyStorePasswd)
Constructs a new AuthenticationSettings with the given parameters.

Parameters:
authenticationUrl - the URL that Authentication component should connect to
Method Detail

getAuthenticationUrl

public java.lang.String getAuthenticationUrl()
Returns the URL that Authentication component should connect to

Returns:
the URL address

getKeyStorePasswd

public java.lang.String getKeyStorePasswd()
Returns the password required to access the keystore (cacerts) file

Returns:
path to the keystore (cacerts) file

getKeyStorePath

public java.lang.String getKeyStorePath()
Returns the path to the keystore (cacerts) file

Returns:
the path to the keystore (cacerts) file