© 2005 BEA Systems, Inc.

com.bea.p13n.security.management
Class ProviderDescription

java.lang.Object
  extended bycom.bea.p13n.security.management.ProviderDescription
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AtnProviderDescription, RoleProviderDescription

public class ProviderDescription
extends Object
implements Serializable

This base class holds information describing a single SSPI provider. It is a convenience class, an immutable value object used by provider management functions.

See Also:
Serialized Form

Constructor Summary
ProviderDescription(String theVersion, String aDescription, String aDisplayName)
           
 
Method Summary
 String getDescription()
          Get the description of this provider's implementation.
 String getDisplayName()
          Get the display description of this provider's implementation.
 String getVersion()
          Get the version number of this provider's implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProviderDescription

public ProviderDescription(String theVersion,
                           String aDescription,
                           String aDisplayName)
Method Detail

getDescription

public String getDescription()
Get the description of this provider's implementation.

Returns:
Short description of provider's implementation.

getDisplayName

public String getDisplayName()
Get the display description of this provider's implementation.

Returns:
Short description of provider's implementation.

getVersion

public String getVersion()
Get the version number of this provider's implementation.

Returns:
version number

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved