|
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.JAZNConfig
JAZNConfiguration
Constructor Summary | |
JAZNConfig(org.w3c.dom.Node node)
|
|
JAZNConfig(Properties props)
|
Method Summary |
Type | Method |
---|---|
static JAZNConfig |
getJAZNConfig()
|
oracle.security.jazn.spi.JAZNProvider |
getJAZNProvider()
|
PermissionClassManager |
getPermissionClassManager()
Returns the PermissionClassManager object. |
int |
getPersistenceMode()
Returns the JAZN-level persistence mode. |
JAZNPolicy |
getPolicy()
Returns the installed JAZNPolicy object. |
PolicyManager |
getPolicyManager()
Returns the PolicyManager object. |
PrincipalClassManager |
getPrincipalClassManager()
Returns the PrincipalClassManager object. |
String |
getProperty(String key)
Gets a JAZN property value |
int |
getProviderType()
|
RealmManager |
getRealmManager()
Returns the RealmManager object. |
void |
initJAZNProvider()
|
static Properties |
parseJAZNConfig(org.w3c.dom.Node node)
|
static Properties |
parseJAZNWebApp(org.w3c.dom.Node node)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode,
notify, notifyAll, toString,
wait, wait, wait |
Constructor Detail |
public JAZNConfig(Properties props)
public JAZNConfig(org.w3c.dom.Node node)
Method Detail |
public void initJAZNProvider()
public oracle.security.jazn.spi.JAZNProvider getJAZNProvider()
public int getProviderType() throws JAZNException
public 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 PolicyManager getPolicyManager()
public PermissionClassManager getPermissionClassManager()
public PrincipalClassManager getPrincipalClassManager()
public 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 int getPersistenceMode()
Note that this may be overridden by component-level persistence mode settings.
public 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 methodpublic static Properties parseJAZNWebApp(org.w3c.dom.Node node)
public static Properties parseJAZNConfig(org.w3c.dom.Node node)
public static JAZNConfig getJAZNConfig()
|
Oracle9iAS JAAS 9.0.2.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |