jondo
Class MixServiceSecurity

java.lang.Object
  extended by jondo.MixServiceSecurity

public class MixServiceSecurity
extends java.lang.Object


Field Summary
static int SECURITY_DISTRIBUTION_MAX
           
static int SECURITY_DISTRIBUTION_MIN
           
static int SECURITY_USERS_MAX
           
static int SECURITY_USERS_MIN
           
 
Method Summary
 int getSecurityDistribution()
          The distribution points of a Cascade.
 int getSecurityUsers()
          The user level of a cascade.
 MixServiceInfo getServiceInfo()
           
 java.lang.String toString()
          Writes the security values to a single string, that might be presented in a user interface.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SECURITY_DISTRIBUTION_MAX

public static int SECURITY_DISTRIBUTION_MAX

SECURITY_DISTRIBUTION_MIN

public static int SECURITY_DISTRIBUTION_MIN

SECURITY_USERS_MAX

public static int SECURITY_USERS_MAX

SECURITY_USERS_MIN

public static int SECURITY_USERS_MIN
Method Detail

getSecurityUsers

public int getSecurityUsers()
The user level of a cascade. This is a security attribute. The higher the user level, the more secure this cascade is.

Returns:
the distribution of a cascade; ranges from SECURITY_USERS_MIN (worst value) to SECURITY_USERS_MAX (best value); if it is < SECURITY_USERS_MIN, than no information is available

getSecurityDistribution

public int getSecurityDistribution()
The distribution points of a Cascade. This is a security attribute. The higher the distribution, the more secure this cascade is.

Returns:
the distribution of a cascade; ranges from SECURITY_DISTRIBUTION_MIN (worst value) to SECURITY_DISTRIBUTION_MAX (best value)

getServiceInfo

public MixServiceInfo getServiceInfo()

toString

public java.lang.String toString()
Writes the security values to a single string, that might be presented in a user interface.

Overrides:
toString in class java.lang.Object
Returns:
the security values to a single string