Uses of Class
org.apache.karaf.jaas.boot.principal.RolePolicy
-
Packages that use RolePolicy Package Description org.apache.karaf.jaas.boot.principal -
-
Uses of RolePolicy in org.apache.karaf.jaas.boot.principal
Methods in org.apache.karaf.jaas.boot.principal that return RolePolicy Modifier and Type Method Description static RolePolicyRolePolicy. getPolicy(String code)static RolePolicyRolePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static RolePolicy[]RolePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-