|
Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 MBean API Reference 11g Release 1 (10.3.1) Part Number E13945-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LDAPX509IdentityAsserterMBean
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.
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.security.authentication.IdentityAsserterMBean |
---|
getBase64DecodingRequired, setBase64DecodingRequired |
Methods inherited from interface weblogic.management.security.ProviderMBean |
---|
getRealm |
Method Detail |
---|
String getProviderClassName()
The name of the Java class used to load the WebLogic LDAP X509 Identity Assertion provider.
String getDescription()
A short description of the WebLogic LDAP X509 Identity Assertion provider.
getDescription
in interface ProviderMBean
String getVersion()
The version number of the WebLogic LDAP X509 Identity Assertion provider.
getVersion
in interface ProviderMBean
String[] getSupportedTypes()
The token types supported by the WebLogic LDAP X509 Identity Assertion provider.
getSupportedTypes
in interface IdentityAsserterMBean
String[] getActiveTypes()
The token types that are currently active.
getActiveTypes
in interface IdentityAsserterMBean
void setActiveTypes(String[] newValue) throws InvalidAttributeValueException
The token types that are currently active.
setActiveTypes
in interface IdentityAsserterMBean
newValue
- - new value for attribute ActiveTypes
InvalidAttributeValueException
IdentityAsserterMBean.getActiveTypes()
String[] getUserFilterAttributes()
The name of the certificate attribute from the subject DN used to find the user in the directory.
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
String getUsernameAttribute()
The name of the LDAP attribute used to assert the user's identity.
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
String getCertificateAttribute()
The name of the LDAP attribute representing the user's identity.
void setCertificateAttribute(String newValue) throws InvalidAttributeValueException
The name of the LDAP attribute representing the user's identity.
newValue
- - new value for attribute CertificateAttribute
InvalidAttributeValueException
String getCertificateMapping()
Mapping of certificate attributes to directory attributes.
void setCertificateMapping(String newValue) throws InvalidAttributeValueException
Mapping of certificate attributes to directory attributes.
newValue
- - new value for attribute CertificateMapping
InvalidAttributeValueException
String getCredential()
The credential (generally a password) used to authenticate the LDAP user that is defined in the Principal attribute.
getCredential
in interface LDAPServerMBean
LDAPServerMBean.getCredentialEncrypted()
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 LDAPServerMBean
newValue
- - new value for attribute Credential
InvalidAttributeValueException
LDAPServerMBean.getCredential()
,
LDAPServerMBean.setCredentialEncrypted(byte[])
String getName()
ProviderMBean
getName
in interface ProviderMBean
void setCredentialEncrypted(byte[] _bytes)
LDAPServerMBean
setCredentialEncrypted
in interface LDAPServerMBean
_bytes
- The new credential value as a byte array.LDAPServerMBean.getCredentialEncrypted()
byte[] getCredentialEncrypted()
LDAPServerMBean
getCredentialEncrypted
in interface LDAPServerMBean
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 MBean API Reference 11g Release 1 (10.3.1) Part Number E13945-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |