com.ibm.able.platform
Class AblePlatformPreferences.TrustLevelEntry_
java.lang.Object
|
+--com.ibm.able.platform.AblePlatformPreferences.TrustLevelEntry_
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- AblePlatformPreferences
- public final class AblePlatformPreferences.TrustLevelEntry_
- extends java.lang.Object
- implements java.io.Serializable
This class encapsulates the definition of a single TrustLevel as
found in a platform preference file. When used in a keyed
collection, the TrustLevel's alias is used as the key.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AblePlatformPreferences.TrustLevelEntry_
public AblePlatformPreferences.TrustLevelEntry_(java.lang.String theTrustLevelAlias,
int theTrustLevelRank,
java.util.Vector thePrincipalAliases)
AblePlatformPreferences.TrustLevelEntry_
public AblePlatformPreferences.TrustLevelEntry_(AblePlatformPreferences.TrustLevelEntry_ theTrustLevelEntry)
getTrustLevelAlias
public java.lang.String getTrustLevelAlias()
getTrustLevelRank
public int getTrustLevelRank()
getPrincipalAliases
public java.util.Vector getPrincipalAliases()
getPrincipal
public java.lang.String getPrincipal(java.lang.String thePrincipalAlias)
prettyPrint
public java.lang.String prettyPrint()
(C) Copyright IBM Corporation 1999, 2003