| 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.p13n.security.management.ProviderDescription
com.bea.p13n.security.management.credentials.CredentialProviderDescription
public class CredentialProviderDescription
This class holds information describing a single SSPI Credential Map provider. It is a convenience class, an immutable value object used by management functions.
 This class is normally not directly instantiated, but is accessed through the
 use of the SecurityMgmtHelper.
 
CredentialSecurityMgmtHelper, 
Serialized Form| Field Summary | |
|---|---|
static int | 
DUMB_PROVIDER
 | 
static int | 
READ_ONLY_PROVIDER
The MBean represented by this object, in total, implements enough optional MBean interfaces to allow read operations.  | 
static int | 
READ_WRITE_PROVIDER
The MBean represented by this object, in total, implements enough optional MBean interfaces to allow full CRUD operations.  | 
| Constructor Summary | |
|---|---|
CredentialProviderDescription(CredentialMapperMBean aCredentialMapperMBean)
 | 
|
| Method Summary | |
|---|---|
 CredentialMapperMBean | 
getProviderMBean(AuthenticatedSubject authSubject)
Get the MBean used to initialize this instance.  | 
 int | 
getProviderMgmtCapability()
Get provider capability - a roll up of what optional MBeans are implemented.  | 
 boolean | 
isCredentialEditorImplemented()
Get provider configuration information for optional MBean implementation.  | 
 boolean | 
isCredentialReaderImplemented()
Get provider configuration information for optional MBean implementation.  | 
 boolean | 
isDefaultCredentialMapProvider()
The scheme for who the default Credential Mapper provider is simple:  | 
 String | 
toString()
 | 
| Methods inherited from class com.bea.p13n.security.management.ProviderDescription | 
|---|
getDescription, getDisplayName, getVersion | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final int DUMB_PROVIDER
public static final int READ_ONLY_PROVIDER
public static final int READ_WRITE_PROVIDER
| Constructor Detail | 
|---|
public CredentialProviderDescription(CredentialMapperMBean aCredentialMapperMBean)
| Method Detail | 
|---|
public boolean isDefaultCredentialMapProvider()
public boolean isCredentialEditorImplemented()
public boolean isCredentialReaderImplemented()
public CredentialMapperMBean getProviderMBean(AuthenticatedSubject authSubject)
authSubject - A Subject authorized for access to Credential Management
public int getProviderMgmtCapability()
DUMB_PROVIDER
 READ_ONLY_PROVIDER
 READ_WRITE_PROVIDER
 
public String toString()
toString in class ProviderDescription
  | 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||