|
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.
This 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://www.oracle.com/technology/documentation/index.html.
| 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()
The token types that are currently active.
getActiveTypes in interface IdentityAsserterMBeanpublic String getCertificateAttribute()
The name of the LDAP attribute representing the user's identity.
public String getCertificateMapping()
Mapping of certificate attributes to directory attributes.
public String getCredential()
The credential (generally a password) used to authenticate the LDAP user that is defined in the Principal attribute.
getCredential in interface LDAPServerMBeanLDAPServerMBean.getCredentialEncrypted()public byte[] getCredentialEncrypted()
LDAPServerMBean
getCredentialEncrypted in interface LDAPServerMBeanpublic String getDescription()
A short description of the WebLogic LDAP X509 Identity Assertion provider.
getDescription in interface ProviderMBeanpublic String getName()
ProviderMBean
getName in interface weblogic.management.commo.StandardInterfacepublic String getProviderClassName()
The name of the Java class used to load the WebLogic LDAP X509 Identity Assertion provider.
getProviderClassName in interface ProviderMBeanpublic String[] getSupportedTypes()
The token types supported by the WebLogic LDAP X509 Identity Assertion provider.
getSupportedTypes in interface IdentityAsserterMBeanpublic String[] getUserFilterAttributes()
The name of the certificate attribute from the subject DN used to find the user in the directory.
public String getUsernameAttribute()
The name of the LDAP attribute used to assert the user's identity.
public String getVersion()
The version number of the WebLogic LDAP X509 Identity Assertion provider.
getVersion in interface ProviderMBean
public void setActiveTypes(String[] newValue)
throws InvalidAttributeValueException
The token types that are currently active.
setActiveTypes in interface IdentityAsserterMBeannewValue - - new value for attribute ActiveTypes
InvalidAttributeValueExceptionIdentityAsserterMBean.getActiveTypes()
public void setCertificateAttribute(String newValue)
throws InvalidAttributeValueException
The name of the LDAP attribute representing the user's identity.
newValue - - new value for attribute CertificateAttribute
InvalidAttributeValueException
public void setCertificateMapping(String newValue)
throws InvalidAttributeValueException
Mapping of certificate attributes to directory attributes.
newValue - - new value for attribute CertificateMapping
InvalidAttributeValueException
public void setCredential(String newValue)
throws InvalidAttributeValueException
The credential (generally a password) used to authenticate the LDAP user that is defined in the Principal attribute.
setCredential in interface LDAPServerMBeannewValue - - new value for attribute Credential
InvalidAttributeValueExceptionLDAPServerMBean.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
The name of the certificate attribute from the subject DN used to find the user in the directory.
newValue - - new value for attribute UserFilterAttributes
InvalidAttributeValueException
public void setUsernameAttribute(String newValue)
throws InvalidAttributeValueException
The name of the LDAP attribute used to assert the user's identity.
newValue - - new value for attribute UsernameAttribute
InvalidAttributeValueException
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||