|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBeanHome
interface.)The MBean that represents configuration atrributes for the WebLogic LDAP X509 Identity Assertion provider. The WebLogic LDAP X509 Identity Assertion provider supports certificate authentication.Deprecation of MBeanHome and Type-Safe InterfacesThis is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see "Developing Manageable Applications with JMX" on http://edocs.bea.com.
Method Summary | |
String[] |
getActiveTypes()
The token types that are currently active. |
String |
getCertificateAttribute()
The name of the LDAP attribute representing the user's identity. |
String |
getCertificateMapping()
Mapping of certificate attributes to directory attributes. |
String |
getCredential()
The credential (generally a password) used to authenticate the LDAP user that is defined in the Principal attribute. |
byte[] |
getCredentialEncrypted()
Returns the credential (generally a password) used to authenticate the LDAP user that is defined in the Principal attribute. |
String |
getDescription()
A short description of the WebLogic LDAP X509 Identity Assertion provider. |
String |
getName()
The name of this configuration. |
String |
getProviderClassName()
The name of the Java class used to load the WebLogic LDAP X509 Identity Assertion provider. |
String[] |
getSupportedTypes()
The token types supported by the WebLogic LDAP X509 Identity Assertion provider. |
String[] |
getUserFilterAttributes()
The name of the certificate attribute from the subject DN used to find the user in the directory. |
String |
getUsernameAttribute()
The name of the LDAP attribute used to assert the user's identity. |
String |
getVersion()
The version number of the WebLogic LDAP X509 Identity Assertion provider. |
void |
setActiveTypes(String[] newValue)
The token types that are currently active. |
void |
setCertificateAttribute(String newValue)
The name of the LDAP attribute representing the user's identity. |
void |
setCertificateMapping(String newValue)
Mapping of certificate attributes to directory attributes. |
void |
setCredential(String newValue)
The credential (generally a password) used to authenticate the LDAP user that is defined in the Principal attribute. |
void |
setCredentialEncrypted(byte[] _bytes)
Sets the credential (generally a password) used to authenticate the LDAP user that is defined in the Principal attribute. |
void |
setUserFilterAttributes(String[] newValue)
The name of the certificate attribute from the subject DN used to find the user in the directory. |
void |
setUsernameAttribute(String newValue)
The name of the LDAP attribute used to assert the user's identity. |
Methods inherited from interface weblogic.management.commo.StandardInterface |
setName, wls_getDisplayName, wls_getInterfaceClassName, wls_getObjectName |
Methods inherited from interface weblogic.descriptor.DescriptorBean |
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener |
Methods inherited from interface weblogic.descriptor.SettableBean |
isSet, unSet |
Methods inherited from interface weblogic.management.security.authentication.IdentityAsserterMBean |
getBase64DecodingRequired, setBase64DecodingRequired |
Methods inherited from interface weblogic.management.security.ProviderMBean |
getRealm |
Methods inherited from interface weblogic.management.utils.LDAPServerMBean |
getCacheSize, getCacheTTL, getConnectionRetryLimit, getConnectTimeout, getHost, getParallelConnectDelay, getPort, getPrincipal, getResultsTimeLimit, isBindAnonymouslyOnReferrals, isCacheEnabled, isFollowReferrals, isSSLEnabled, setBindAnonymouslyOnReferrals, setCacheEnabled, setCacheSize, setCacheTTL, setConnectionRetryLimit, setConnectTimeout, setFollowReferrals, setHost, setParallelConnectDelay, setPort, setPrincipal, setResultsTimeLimit, setSSLEnabled |
Method Detail |
public String[] getActiveTypes()
getActiveTypes
in interface IdentityAsserterMBean
public String getCertificateAttribute()
public String getCertificateMapping()
public String getCredential()
getCredential
in interface LDAPServerMBean
LDAPServerMBean.getCredentialEncrypted()
public byte[] getCredentialEncrypted()
LDAPServerMBean
getCredentialEncrypted
in interface LDAPServerMBean
public String getDescription()
getDescription
in interface ProviderMBean
public String getName()
ProviderMBean
getName
in interface weblogic.management.commo.StandardInterface
public String getProviderClassName()
getProviderClassName
in interface ProviderMBean
public String[] getSupportedTypes()
getSupportedTypes
in interface IdentityAsserterMBean
public String[] getUserFilterAttributes()
public String getUsernameAttribute()
public String getVersion()
getVersion
in interface ProviderMBean
public void setActiveTypes(String[] newValue) throws InvalidAttributeValueException
setActiveTypes
in interface IdentityAsserterMBean
newValue
- - new value for attribute ActiveTypes
InvalidAttributeValueException
IdentityAsserterMBean.getActiveTypes()
public void setCertificateAttribute(String newValue) throws InvalidAttributeValueException
newValue
- - new value for attribute CertificateAttribute
InvalidAttributeValueException
public void setCertificateMapping(String newValue) throws InvalidAttributeValueException
newValue
- - new value for attribute CertificateMapping
InvalidAttributeValueException
public void setCredential(String newValue) throws InvalidAttributeValueException
setCredential
in interface LDAPServerMBean
newValue
- - new value for attribute Credential
InvalidAttributeValueException
LDAPServerMBean.getCredential()
,
LDAPServerMBean.setCredentialEncrypted(byte[])
public void setCredentialEncrypted(byte[] _bytes)
LDAPServerMBean
setCredentialEncrypted
in interface LDAPServerMBean
_bytes
- The new credential value as a byte array.LDAPServerMBean.getCredentialEncrypted()
public void setUserFilterAttributes(String[] newValue) throws InvalidAttributeValueException
newValue
- - new value for attribute UserFilterAttributes
InvalidAttributeValueException
public void setUsernameAttribute(String newValue) throws InvalidAttributeValueException
newValue
- - new value for attribute UsernameAttribute
InvalidAttributeValueException
|
Documentation is available at http://e-docs.bea.com/wls/docs91 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |