ProviderDescription Class
- 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.
-
Hierarchy
-
Object
ProviderDescription
-
All Implemented Interfaces
-
Serializable
-
Direct Known Subclasses
-
AtnProviderDescription
, RoleProviderDescription
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProviderDescription
public ProviderDescription(String
theVersion,
String
aDescription,
String
aDisplayName)
getDescription() Method
public String
getDescription()
Get the description of this provider's implementation.
Returns
- Short description of provider's implementation.
getDisplayName() Method
public String
getDisplayName()
Get the display description of this provider's implementation.
Returns
- Short description of provider's implementation.
getVersion() Method
public String
getVersion()
Get the version number of this provider's implementation.
Returns
- version number