com.ibm.able.platform
Class AblePlatformPreferences.PrincipalEntry_
java.lang.Object
|
+--com.ibm.able.platform.AblePlatformPreferences.PrincipalEntry_
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- AblePlatformPreferences
- public final class AblePlatformPreferences.PrincipalEntry_
- extends java.lang.Object
- implements java.io.Serializable
This class encapsulates the definition of a single Principal
as found in a platform preference file. When used in a keyed
collection, the Principal'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.PrincipalEntry_
public AblePlatformPreferences.PrincipalEntry_(java.lang.String thePrincipalAlias,
java.lang.String thePrincipal)
AblePlatformPreferences.PrincipalEntry_
public AblePlatformPreferences.PrincipalEntry_(AblePlatformPreferences.PrincipalEntry_ thePrincipalEntry)
getPrincipalAlias
public java.lang.String getPrincipalAlias()
getPrincipal
public java.lang.String getPrincipal()
prettyPrint
public java.lang.String prettyPrint()
(C) Copyright IBM Corporation 1999, 2003