Requires Authentication The requires authentication elements are explained in this section. The next diagram shows a high-level view of the elements in the section. Figure 31 RequiresAuthentication Element Diagram Table 31 RequiresAuthetication Element Description Attribute or Element Description name Name assigned to this configuration. description Description about the configuration. AuthenticationConfiguration For internal use. selectedAuthenticationConfigurationName For internal use. requestContextImplementationClassName For internal use. CookieAuthenticationConfiguration Element The next diagram shows the element. The element represents the configuration for cookie based authentication. Figure 32 CookieAuthenticationConfiguration Element Diagram Table 32 CookieAuthenticationConfiguration Element Description Attribute or Element Description configName Name assigned to this configuration. configDescription Description about the configuration. idleTimeout Determines when the session is terminated if idle. requiresPasswordInCleartext For internal use. cookieDomain The domain to which the tracking cookie applies. The domain string must begin with a dot and must include at least one embedded dot. cookieKeepExpire Number of days that the cookie is kept, after which the cookie will expire. signaturePassword Password used to protect the logged in identity from being changed in a client’s cookie file. HttpSessionAuthenticationConfiguration Element The next diagram shows the element. Figure 33 HttpSessionAuthenticationConfiguration Element Diagram Table 33 HttpSessionAuthenticationConfiguration Element Description Attribute or Element Description configName Name assigned to this configuration. configDescription Description about the configuration. idleTimeout Determines when the session is terminated if idle. requiresPasswordInCleartext For internal use. WebServerAuthenticationConfiguration Element The next diagram shows the element. Figure 34 WebServerAuthenticationConfiguration Element Diagram Table 34 WebServerAuthenticationConfiguration Element Description Attribute or Element Description configName Name assigned to this configuration. configDescription Description about the configuration. idleTimeout Determines when the session is terminated if idle. requiresPasswordInCleartext For internal use. cookieDomain The domain to which the tracking cookie applies. The domain string must begin with a dot and must include at least one embedded dot. cookiePath Path where the cookie will be stored. requireNewSessionForVerify Allows users to specify that a new browser session is required for login. ExternalAuthenticationConfiguration Element The next diagram shows the element. Figure 35 ExternalAuthenticationConfiguration Element Diagram Table 35 ExternalAuthenticationConfiguration Element Description Attribute or Element Description configName Name assigned to this configuration. configDescription Description about the configuration. idleTimeout Determines when the session is terminated if idle. className Authentication Handler Class Name. Class name in servlet path or in the enterprise archive file.