Oracle Application Server JAAS Provider API Reference
10g Release 2 (10.1.2)

B14019-02


oracle.security.jazn.policy
Interface PolicyManager


public interface PolicyManager

This interface defines a basic methods for managing JAZN policies.

NOTE: This interface is for Oracle-internal use only and is subject to change without notice.

Version:
1.0
Author:
rkng

Method Summary
 GlobalPolicy getGlobalPolicy()
          Returns the global policy.
 RealmPolicy getRealmPolicy(Realm realm)
          Returns the policy associated with the specified realm.

 

Method Detail

getGlobalPolicy

public GlobalPolicy getGlobalPolicy()
                             throws JAZNException
Returns the global policy.
Returns:
the global policy.
Throws:
JAZNException

getRealmPolicy

public RealmPolicy getRealmPolicy(Realm realm)
                           throws JAZNException
Returns the policy associated with the specified realm.
Parameters:
realm - the realm whose policy is to be returned.
Returns:
the policy associated with the specified realm.
Throws:
JAZNException

Oracle Application Server JAAS Provider API Reference
10g Release 2 (10.1.2)

B14019-02


Copyright © 2004, 2005, Oracle. All rights reserved.