public final class AuthorizationRuleImpl extends java.lang.Object implements AuthorizationRule
| Constructor and Description |
|---|
AuthorizationRuleImpl(AuthenticationImplementation authenticator) |
| Modifier and Type | Method and Description |
|---|---|
|
authorize(AuthorizationContext context)
Authorizes a requested operation
|
void |
dispose() |
protected AuthorizationResult |
process(AuthorizationContext context,
java.util.concurrent.Future<UserInformation> future) |
public AuthorizationRuleImpl(AuthenticationImplementation authenticator)
public void dispose()
dispose in interface AuthorizationRulepublicauthorize(AuthorizationContext context)
AuthorizationRuleauthorize in interface AuthorizationRulenull. The
future will either receive null if the service
abstains (neither approves nor rejects the request).protected AuthorizationResult process(AuthorizationContext context, java.util.concurrent.Future<UserInformation> future) throws java.lang.Exception
java.lang.Exception
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0