BEA WebLogic Server 9.0 Domain Security Schema Reference

http://www.bea.com/ns/weblogic/90/security
element control-flag

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/security} (restriction)

Documentation
Returns how the login sequence uses the Authentication provider.



 A REQUIRED value specifies this LoginModule must succeed. Even if
 it fails, authentication proceeds down the list of LoginModules for the configured
 Authentication providers. This setting is the default.



 A REQUISITE value specifies this LoginModule must succeed. If other
 Authentication providers are configured and this LoginModule succeeds, authentication proceeds
 down the list of LoginModules. Otherwise, control is return to the application.



 A SUFFICIENT value specifies this LoginModule need not succeed. If it
 does succeed, return control to the application. If it fails and other Authentication providers
 are configured, authentication proceeds down the LoginModule list.



 An OPTIONAL value specifies this LoginModule need not succeed. Whether it
 succeeds or fails, authentication proceeds down the LoginModule list.

 


 Default: "REQUIRED"
Properties
This component is not nillable.

Model
<control-flag>

</control-flag>

Source
<xs:element minOccurs="0" name="control-flag" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="REQUIRED"/>
<xs:enumeration value="REQUISITE"/>
<xs:enumeration value="SUFFICIENT"/>
<xs:enumeration value="OPTIONAL"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Security Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation