Uses of Class
adalid.core.enums.SecurityRealmType
-
Packages that use SecurityRealmType Package Description adalid.core.enums adalid.jee2.meta.proyecto.base -
-
Uses of SecurityRealmType in adalid.core.enums
Methods in adalid.core.enums that return SecurityRealmType Modifier and Type Method Description static SecurityRealmTypeSecurityRealmType. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityRealmType[]SecurityRealmType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SecurityRealmType in adalid.jee2.meta.proyecto.base
Methods in adalid.jee2.meta.proyecto.base that return SecurityRealmType Modifier and Type Method Description protected SecurityRealmTypeProyectoJava1. getDefaultSecurityRealmType()SecurityRealmTypeProyectoJava1. getSecurityRealmType()Methods in adalid.jee2.meta.proyecto.base with parameters of type SecurityRealmType Modifier and Type Method Description voidProyectoJava1. setRoleBasedAccessControllerName(SecurityRealmType securityRealmType)El método setRoleBasedAccessControllerName se utiliza para establecer el nombre del controlador de seguridad del proyecto.voidProyectoJava1. setSecurityRealmType(SecurityRealmType securityRealmType)El método setSecurityRealmType se utiliza para establecer el tipo de dominio de seguridad del proyecto.
-