| Package | Description |
|---|---|
| org.wildfly.security.permission |
| Modifier and Type | Method and Description |
|---|---|
static NoPermission |
NoPermission.getInstance()
Get the no-permission instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NoPermission.equals(NoPermission other)
Always returns
true if the argument is not null. |
boolean |
NoPermission.implies(NoPermission permission)
Always returns
false. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.