BEA WebLogic Server 9.0 Domain Security Schema Reference

http://www.bea.com/ns/weblogic/90/security
complexType identity-asserterType

Super Types
{http://www.bea.com/ns/weblogic/90/security}identity-asserterType (extension)

Documentation
Corresponds to IdentityAsserterMBean
Properties
This component is not nillable.

Model
<...>
(active-type*, base64-decoding-required? )
</...>


Nested Element Summary
xs:stringactive-type
          Returns the token types that the Identity Assertion provider is currently configured to process. 
xs:booleanbase64-decoding-required
          Returns whether the tokens that are passed to the Identity Assertion provider will be will base64 decoded first. 
Source
<xs:complexType name="identity-asserterType">
<xs:complexContent>
<xs:extension base="sec:authentication-providerType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="active-type" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="base64-decoding-required" nillable="false" type="xs:boolean">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Security Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation