Uses of Class
com.sun.grizzly.http.webxml.schema.LoginConfig

Packages that use LoginConfig
com.sun.grizzly.http.webxml.parser   
com.sun.grizzly.http.webxml.schema   
 

Uses of LoginConfig in com.sun.grizzly.http.webxml.parser
 

Methods in com.sun.grizzly.http.webxml.parser that return types with arguments of type LoginConfig
protected  List<LoginConfig> JAXBWebXml_2_2Parser.populateLoginConfig(LoginConfig loginConfig)
           
protected  List<LoginConfig> JAXBWebXml_2_3Parser.populateLoginConfig(LoginConfig loginConfig)
           
 

Uses of LoginConfig in com.sun.grizzly.http.webxml.schema
 

Fields in com.sun.grizzly.http.webxml.schema with type parameters of type LoginConfig
 List<LoginConfig> WebApp.loginConfig
           
 

Methods in com.sun.grizzly.http.webxml.schema that return types with arguments of type LoginConfig
 List<LoginConfig> WebApp.getLoginConfig()
          <login-config> <auth-method>token</auth-method> <realm-name>token</realm-name> <form-login-config> <form-login-page>/</form-login-page> <form-error-page>/</form-error-page> </form-login-config> </login-config>
 

Method parameters in com.sun.grizzly.http.webxml.schema with type arguments of type LoginConfig
 void WebApp.setLoginConfig(List<LoginConfig> loginConfig)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.