ABLE 2.0.0 07/02/2003 10:25:01

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

Constructor Summary
AblePlatformPreferences.PrincipalEntry_(AblePlatformPreferences.PrincipalEntry_ thePrincipalEntry)
           
AblePlatformPreferences.PrincipalEntry_(java.lang.String thePrincipalAlias, java.lang.String thePrincipal)
           
 
Method Summary
 java.lang.String getPrincipal()
           
 java.lang.String getPrincipalAlias()
           
 java.lang.String prettyPrint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AblePlatformPreferences.PrincipalEntry_

public AblePlatformPreferences.PrincipalEntry_(java.lang.String thePrincipalAlias,
                                               java.lang.String thePrincipal)

AblePlatformPreferences.PrincipalEntry_

public AblePlatformPreferences.PrincipalEntry_(AblePlatformPreferences.PrincipalEntry_ thePrincipalEntry)
Method Detail

getPrincipalAlias

public java.lang.String getPrincipalAlias()

getPrincipal

public java.lang.String getPrincipal()

prettyPrint

public java.lang.String prettyPrint()

ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003