Searched defs:AuthorizationFramework (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/authorization/
H A DAuthorizationFramework.java53 public final class AuthorizationFramework { class
55 private static final Logger LOGGER = LoggerFactory.getLogger(AuthorizationFramework.class);
59 private volatile static AuthorizationFramework instance = new AuthorizationFramework();
65 * @return an instance of AuthorizationFramework
69 public static AuthorizationFramework getInstance() {
113 private AuthorizationFramework() { method in class:AuthorizationFramework
119 + "The AuthorizationFramework will just pass requests through.", path);

Completed in 8 milliseconds