Uses of Class
com.chutneytesting.server.core.domain.security.Authorization
-
Packages that use Authorization Package Description com.chutneytesting.server.core.domain.security -
-
Uses of Authorization in com.chutneytesting.server.core.domain.security
Fields in com.chutneytesting.server.core.domain.security with type parameters of type Authorization Modifier and Type Field Description Set<Authorization>Role. authorizationsMethods in com.chutneytesting.server.core.domain.security that return Authorization Modifier and Type Method Description static AuthorizationAuthorization. valueOf(String name)Returns the enum constant of this type with the specified name.static Authorization[]Authorization. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.chutneytesting.server.core.domain.security that return types with arguments of type Authorization Modifier and Type Method Description static List<Authorization>Role. authorizations(List<Role> userRoles)
-