JAAS Provider Java API Reference
10g (9.0.4.0.0)

B10389-01

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.


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.
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.
JAZNException

JAAS Provider Java API Reference
10g (9.0.4.0.0)

B10389-01

Copyright 2002, 2003 Oracle Corporation. All Rights Reserved.