public ObjectAdapter[] getOptions(final ObjectAdapter target) {
return null;
}
public Consent isUsable() {
Consent usableDeclaratively = isUsableDeclaratively();
if (usableDeclaratively.isVetoed()) {
return usableDeclaratively;
}
return isUsableForSession();
}