Uses of Class
io.apicurio.registry.auth.AuthorizedLevel
-
Packages that use AuthorizedLevel Package Description io.apicurio.registry.auth -
-
Uses of AuthorizedLevel in io.apicurio.registry.auth
Methods in io.apicurio.registry.auth that return AuthorizedLevel Modifier and Type Method Description AuthorizedLevellevel()static AuthorizedLevelAuthorizedLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthorizedLevel[]AuthorizedLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-