Uses of Class
adalid.jee2.WebLoginAuthMethod
-
Packages that use WebLoginAuthMethod Package Description adalid.jee2 adalid.jee2.meta.proyecto.base -
-
Uses of WebLoginAuthMethod in adalid.jee2
Methods in adalid.jee2 that return WebLoginAuthMethod Modifier and Type Method Description static WebLoginAuthMethodWebLoginAuthMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static WebLoginAuthMethod[]WebLoginAuthMethod. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WebLoginAuthMethod in adalid.jee2.meta.proyecto.base
Fields in adalid.jee2.meta.proyecto.base declared as WebLoginAuthMethod Modifier and Type Field Description protected static WebLoginAuthMethod[]ProyectoJava1. SUPPORTED_WEB_API_AUTH_METHODSMethods in adalid.jee2.meta.proyecto.base that return WebLoginAuthMethod Modifier and Type Method Description protected WebLoginAuthMethodProyectoJava1. getDefaultWebApiAuthMethod()protected WebLoginAuthMethodProyectoJava1. getDefaultWebAuthMethod()WebLoginAuthMethodProyectoJava1. getWebApiAuthMethod()WebLoginAuthMethodProyectoJava1. getWebAuthMethod()Methods in adalid.jee2.meta.proyecto.base with parameters of type WebLoginAuthMethod Modifier and Type Method Description voidProyectoJava1. setWebApiAuthMethod(WebLoginAuthMethod method)El método setWebApiAuthMethod se utiliza para establecer el mecanismo de autenticación del módulo Web API del proyecto.voidProyectoJava1. setWebAuthMethod(WebLoginAuthMethod method)El método setWebAuthMethod se utiliza para establecer el mecanismo de autenticación del módulo Web del proyecto.
-