Uses of Enum Class
adalid.core.enums.SecurityRealmType
Packages that use SecurityRealmType
-
Uses of SecurityRealmType in adalid.core.enums
Methods in adalid.core.enums that return SecurityRealmTypeModifier and TypeMethodDescriptionstatic SecurityRealmTypeReturns the enum constant of this class with the specified name.static SecurityRealmType[]SecurityRealmType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SecurityRealmType in adalid.jee2.meta.proyecto.base
Methods in adalid.jee2.meta.proyecto.base that return SecurityRealmTypeModifier and TypeMethodDescriptionprotected SecurityRealmTypeProyectoJava1.getDefaultSecurityRealmType()ProyectoJava1.getSecurityRealmType()Methods in adalid.jee2.meta.proyecto.base with parameters of type SecurityRealmTypeModifier and TypeMethodDescriptionvoidProyectoJava1.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.