Uses of Enum Class
adalid.jee2.WebLoginAuthMethod
Packages that use WebLoginAuthMethod
-
Uses of WebLoginAuthMethod in adalid.jee2
Methods in adalid.jee2 that return WebLoginAuthMethodModifier and TypeMethodDescriptionstatic WebLoginAuthMethodReturns the enum constant of this class with the specified name.static WebLoginAuthMethod[]WebLoginAuthMethod.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of WebLoginAuthMethod in adalid.jee2.meta.proyecto.base
Fields in adalid.jee2.meta.proyecto.base declared as WebLoginAuthMethodModifier and TypeFieldDescriptionprotected static final WebLoginAuthMethod[]ProyectoJava1.SUPPORTED_WEB_API_AUTH_METHODSMethods in adalid.jee2.meta.proyecto.base that return WebLoginAuthMethodModifier and TypeMethodDescriptionprotected WebLoginAuthMethodProyectoJava1.getDefaultWebApiAuthMethod()protected WebLoginAuthMethodProyectoJava1.getDefaultWebAuthMethod()ProyectoJava1.getWebApiAuthMethod()ProyectoJava1.getWebAuthMethod()Methods in adalid.jee2.meta.proyecto.base with parameters of type WebLoginAuthMethodModifier and TypeMethodDescriptionvoidProyectoJava1.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.