public class Constraint extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
data() |
boolean |
equals(Object o) |
static Constraint |
executable(AddressTemplate template,
String operation) |
String |
getName() |
Permission |
getPermission() |
Target |
getTarget() |
AddressTemplate |
getTemplate() |
int |
hashCode() |
static Constraint |
parse(String input) |
String |
toString() |
static Constraint |
writable(AddressTemplate template,
String attribute) |
public static Constraint executable(AddressTemplate template, String operation)
public static Constraint writable(AddressTemplate template, String attribute)
public static Constraint parse(String input) throws IllegalArgumentException
IllegalArgumentExceptionpublic String data()
public AddressTemplate getTemplate()
public Target getTarget()
public String getName()
public Permission getPermission()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.