| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}ldap-realmType (extension)
Corresponds to LDAPRealmMBean
Nested Element Summary | |
| auth-protocol The type of authentication used to authenticate the LDAP server. |
xs:string | credential-encrypted |
xs:string | group-dn The list of attributes that, when combined with the value of the Group Name Attribute field, uniquely identifies a group in the LDAP directory. |
xs:boolean | group-is-context Specifies how group membership is recorded in the LDAP directory. |
xs:string | group-name-attribute The name of a group in the LDAP directory. |
xs:string | group-username-attribute The name of the attribute that contains a group member in a group entry. |
xs:string | ldap-provider The name of the class that implements an LDAP directory server. |
xs:string | ldapurl The location of the LDAP server. |
xs:string | principal The distinguished name (DN) of the LDAP user that WebLogic Server uses to connect to the LDAP server. |
xs:boolean | ssl-enable Specifies whether the SSL protocol is used to protect communications between the LDAP server and WebLogic Server. |
| user-authentication The method for allowing or denying a user the right to communicate with WebLogic Server. |
xs:string | user-dn The list of attributes that, when combined with the attribute named in the User Name Attribute field, uniquely identifies a user in the LDAP directory. |
xs:string | user-name-attribute The login name of a user for the LDAP directory. |
xs:string | user-password-attribute If the User Authentication field is set to local, this attribute finds the attribute in the LDAP user objects that contains the passwords of the LDAP users. |
<xs:complexType name="ldap-realmType"><xs:complexContent></xs:complexType><xs:extension base="dom:basic-realmType"></xs:complexContent><xs:sequence></xs:extension><xs:element minOccurs="0" name="ldapurl" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="principal" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="credential-encrypted" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ssl-enable" nillable="false" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="ldap-provider" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="auth-protocol" nillable="true"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="none"/><xs:enumeration value="simple"/><xs:enumeration value="CRAM-MD5"/></xs:restriction><xs:element minOccurs="0" name="user-authentication" nillable="true"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="bind"/><xs:enumeration value="external"/><xs:enumeration value="local"/></xs:restriction><xs:element minOccurs="0" name="user-password-attribute" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="user-dn" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="user-name-attribute" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="group-dn" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="group-name-attribute" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="group-is-context" nillable="false" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="group-username-attribute" nillable="true" type="xs:string"></xs:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |