|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.security.jazn.JAZNContext
This class provides a starting point for obtaining JAZN-related objects and a centralized place for managing JAZN properties.
Method Summary | |
static LoginModuleManager |
getLoginModuleManager() Returns the system-wide LoginModuleManager object. |
static PermissionClassManager |
getPermissionClassManager() Returns the system-wide PermissionClassManager object. |
static int |
getPersistenceMode() Returns the system-wide persistence mode. |
static JAZNPolicy |
getPolicy() Returns the system-wide JAZNPolicy object. |
static PolicyManager |
getPolicyManager() Returns the system-wide PolicyManager object. |
static PrincipalClassManager |
getPrincipalClassManager() Returns the system-wide PrincipalClassManager object. |
static java.lang.String |
getProperty(java.lang.String key) Gets a JAZN property value <p/> This method first calls SecurityManager.checkPermission with JAZNPermission("getProperty."+key) to ensure the caller has permission to retrive the JAZN property value. |
static RealmManager |
getRealmManager() Returns the system-wide RealmManager object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static LoginModuleManager getLoginModuleManager()
java.lang.SecurityException
- if the caller does not have permission to invoke this methodpublic static RealmManager getRealmManager()
java.lang.SecurityException
- if the caller does not have permission to invoke this methodpublic static PolicyManager getPolicyManager()
public static PermissionClassManager getPermissionClassManager()
public static PrincipalClassManager getPrincipalClassManager()
public static JAZNPolicy getPolicy()
java.lang.SecurityException
- if the caller does not have permission to invoke this methodpublic static int getPersistenceMode()
public static java.lang.String getProperty(java.lang.String key)
key
- the key of the property being retrievedjava.lang.SecurityException
- if the caller does not have permission to invoke this method
|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |