Package | Description |
---|---|
org.seedstack.seed.security |
Provides classes for securing an application.
|
org.seedstack.seed.security.spi |
Modifier and Type | Method and Description |
---|---|
static CrudAction |
CrudAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrudAction[] |
CrudAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Optional<CrudAction> |
CrudActionResolver.resolve(Method method)
Resolves a
CrudAction from the specified method object. |
Copyright © 2013-2018–2019 SeedStack. All rights reserved.