Uses of Class
org.uberfire.security.authz.VotingStrategy
-
Packages that use VotingStrategy Package Description org.uberfire.security.authz -
-
Uses of VotingStrategy in org.uberfire.security.authz
Methods in org.uberfire.security.authz that return VotingStrategy Modifier and Type Method Description static VotingStrategyVotingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static VotingStrategy[]VotingStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-