|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.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_PROVIDERThe MBean represented by this object, in total, implements enough optional MBean interfaces to allow read operations. |
static int |
READ_WRITE_PROVIDERThe 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(weblogic.security.acl.internal.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(weblogic.security.acl.internal.AuthenticatedSubject authSubject)
authSubject - A Subject authorized for access to Credential Managementpublic int getProviderMgmtCapability()
DUMB_PROVIDERREAD_ONLY_PROVIDERREAD_WRITE_PROVIDERpublic String toString()
toString in class ProviderDescription
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.