| Package | Description |
|---|---|
| com.liferay.portal.kernel.security.access.control | |
| com.liferay.portal.kernel.security.auth.verifier |
| Modifier and Type | Method and Description |
|---|---|
AuthVerifierResult.State |
AccessControl.verifyRequest() |
static AuthVerifierResult.State |
AccessControlUtil.verifyRequest() |
| Modifier and Type | Method and Description |
|---|---|
AuthVerifierResult.State |
AuthVerifierResult.getState() |
static AuthVerifierResult.State |
AuthVerifierResult.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthVerifierResult.State[] |
AuthVerifierResult.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthVerifierResult.setState(AuthVerifierResult.State state) |