|
Oracle9iAS JAAS 9.0.2.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | 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 |
Type | Method |
---|---|
static PermissionClassManager |
getPermissionClassManager()
Returns the system-wide PermissionClassManager object. |
static int |
getPersistenceMode()
Returns the JAZN-level persistence mode. |
static JAZNPolicy |
getPolicy()
Returns the installed JAZNPolicy object. |
static PolicyManager |
getPolicyManager()
Returns the system-wide PolicyManager object. |
static PrincipalClassManager |
getPrincipalClassManager()
Returns the system-wide PrincipalClassManager object. |
static String |
getProperty(String key)
Gets a JAZN property value |
static RealmManager |
getRealmManager()
Returns the system-wide RealmManager object. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode,
notify, notifyAll, toString,
wait, wait, wait |
Method Detail |
public static RealmManager getRealmManager()
This method first calls SecurityManager.checkPermission with JAZNPermission("getRealmManager") to ensure that the caller has permission to get the RealmManager object.
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()
This method first calls SecurityManager.checkPermission with JAZNPermission("getPolicy") to ensure that the caller has permission to get the RealmManager object.
SecurityException
- if the caller does not
have permission to invoke this methodpublic static int getPersistenceMode()
Note that this may be overridden by component-level persistence mode settings.
public static String getProperty(String key)
This method first calls SecurityManager.checkPermission with JAZNPermission("getProperty."+key) to ensure the caller has permission to retrive the JAZN property value.
key
- the key of the property being retrievedSecurityException
- if the caller does not
have permission to invoke this method
|
Oracle9iAS JAAS 9.0.2.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |