Uses of Class
net.anotheria.portalkit.adminapi.rest.filter.path.AuthPaths.Result
-
Packages that use AuthPaths.Result Package Description net.anotheria.portalkit.adminapi.rest.filter.path -
-
Uses of AuthPaths.Result in net.anotheria.portalkit.adminapi.rest.filter.path
Methods in net.anotheria.portalkit.adminapi.rest.filter.path that return AuthPaths.Result Modifier and Type Method Description AuthPaths.ResultAuthPaths. authorizationRequired(java.lang.String path)Check is given path required authorizationstatic AuthPaths.ResultAuthPaths.Result. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuthPaths.Result[]AuthPaths.Result. values()Returns an array containing the constants of this enum type, in the order they are declared.
-