700701702703704705706
} @Override public URI getLocation() { throw new NotImplementedYetException(); }
706707708709710711712
} @Override public Set<String> getAllowedMethods() { throw new NotImplementedYetException(); }
712713714715716717718
} @Override public MultivaluedMap<String, String> getStringHeaders() { throw new NotImplementedYetException(); }
9091929394959697
{ defaultApp = reg; } } if (defaultApp == null) return; throw new NotImplementedYetException("Default Application class not implemented yet"); }
277278279280281282283284285286287
} access.addRole(role); if (roleMapping.getSurrogateIds() != null && roleMapping.getSurrogateIds().size() > 0) { throw new NotImplementedYetException(); // don't support surrogates yet } } } } else
719720721722723724725726727728729
return false; } } else // todo support other credentials { throw new NotImplementedYetException(); } } } return true; }