Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.rt.hook
Interface AuthorizationHook


public interface AuthorizationHook

This interface represents the plug-in modules that perform authorization.

Since:
Oracle9i Application Server Wireless Edition

Method Summary
 boolean authorize(User user, Service service, Request request, AuthenticationContext authContext)
          Delegate authorization operation to an external module.

 

Method Detail

authorize

public boolean authorize(User user,
Service service,
Request request,
AuthenticationContext authContext)
                  throws AuthorizationException
Delegate authorization operation to an external module.
Returns:
true if the user is authorized to invoke the service
AuthorizationException

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.