Total Number of links listed: 13
Are you looking for login-config? Now get all the access to your account in one-click using the official links provided below:
https://docs.oracle.com/cd/E13222_01/wls/docs70/webapp/web_xml.html
Use the optional login-config element to configure how the user is authenticated; the realm name that should be used for this application; and the attributes that ...
Status: Online
https://docs.oracle.com/cd/E19226-01/820-7627/bncbq/index.html
If the client is unauthenticated, the server redirects the client to a login page. The client submits the login ... <login-config> <auth-method>FORM</auth-method> ...
Status: Online
https://docs.oracle.com/cd/E19798-01/821-1841/bncbn/index.html
Specifying an Authentication Mechanism in the Deployment Descriptor. To specify an authentication mechanism, use the login-config element. It can contain the ...
Status: Online
http://wiki.metawerx.net/wiki/Web.xml.LoginConfig
<login-config>. This tag defines the authorisation methods for the application, as well as any attributes required for BASIC or FORM-based authentication.
Status: Online
https://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache/catalina/deploy/LoginConfig.html
Apr 30, 2010 - org.apache.catalina.deploy. Class LoginConfig. java.lang.Object extended by org.apache.catalina.deploy.LoginConfig. All Implemented ...
Status: Online
https://dzone.com/articles/understanding-web-security
The login-config.xml element in web.xml would look like the following: <login-config> <auth-method>CLIENT-CERT</auth-method> <realm-name>JMX ...
Status: Online
http://www.onjava.com/pub/a/onjava/2001/08/06/webform.html?page=2
Aug 6, 2001 - <login-config> <auth-method>FORM</auth-method> <form-login-config> <form-login-page>/LoginForm.html</form-login-page>
Status: Online
https://wiki.shibboleth.net/confluence/display/SHIB2/IdPAuthUserPass
Jun 7, 2016 - jaasConfigurationLocation - the JAAS configuration file to load, default: $IDP_HOME/conf/login.config. and the following optional attributes:.
Status: Online
https://stackoverflow.com/questions/6150443/multiple-login-config-for-java-webapp
May 27, 2011 - I have a Java web application that has a website for user interactions. ... The only solution is have two apps for two clients having different login ...
Status: Online
http://help.collab.net/topic/teamforge167/reference/login-config.html
This is the sample application-policy block that you can copy into your login-config.xml file to support LDAP authentication.
Status: Online
https://www.eclipse.org/jetty/documentation/9.3.x/configuring-security-authentication.html
<login-config> <auth-method>BASIC</auth-method> <realm-name>Test Realm</realm-name> ... Below is a simple HTML form from the test webapp logon.html:
Status: Online
http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-j2ee-dd/org/netbeans/modules/j2ee/dd/api/web/LoginConfig.html
Generated interface for LoginConfig element. Important note: Do not provide an implementation of this interface unless you are a DD API provider!
Status: Online
https://docs.jboss.org/jbosssecurity/docs/6.0/security_guide/html/Login_Modules.html
JBoss AS includes several bundled login modules suitable for most user management needs. JBoss AS ..... A corresponding login-config.xml entry would be:
Status: Online