|
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.realm.InitRealmInfo
InitRealmInfo class is used as a placeholder for specifying realm properties when creating a new Realm.
RealmManager.createRealm(java.lang.String, oracle.security.jazn.realm.InitRealmInfo)
Nested Class Summary | |
static interface |
InitRealmInfo.RealmType RealmType defines the different realm types supported by JAZN. |
Field Summary | |
protected java.lang.String |
_adminRole |
protected java.lang.String |
_adminUser |
protected static java.lang.Class |
_appRealm Deprecated. As of 10.1.3 JAZN specific realms are deprecated. There will be a replacement functionality equivalent of this in future release. See OC4J Security Guide for more information on supported realm types. |
protected java.util.Hashtable |
_attributes |
protected static java.lang.Class |
_extRealm Deprecated. As of 10.1.3 JAZN specific realms are deprecated. There will be a replacement functionality equivalent of this in future release. See OC4J Security Guide for more information on supported realm types. |
protected java.lang.Class |
_roleMgrImplClass |
protected java.lang.String |
_type |
protected java.lang.Class |
_userMgrImplClass |
Constructor Summary | |
InitRealmInfo(java.lang.String realmType, java.lang.String adminUser, java.lang.String adminRole, java.util.Hashtable attributes) Construct a InitRealmInfo object. |
Method Summary | |
java.lang.String |
getAdminRole() Return admin role name |
java.lang.String |
getAdminUser() Return admin user name |
java.util.Hashtable |
getAttributes() Get attributes for the InitRealmInfo. |
java.lang.String |
getRealmType() Get the realm type. |
java.lang.Class |
getRoleMgrImplClass() Get the implementation class for the realm's role manager |
java.lang.Class |
getUserMgrImplClass() Get the implementation class for the realm's user manager |
void |
setRoleMgrImplClass(java.lang.Class roleMgrImplClass) Set the implementation class for the realm's role manager. |
void |
setUserMgrImplClass(java.lang.Class userMgrImplClass) Set the implementation class for the realm's user manager. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static java.lang.Class _extRealm
protected static java.lang.Class _appRealm
protected java.lang.Class _userMgrImplClass
protected java.lang.Class _roleMgrImplClass
protected java.lang.String _adminUser
protected java.lang.String _adminRole
protected java.lang.String _type
protected java.util.Hashtable _attributes
Constructor Detail |
public InitRealmInfo(java.lang.String realmType, java.lang.String adminUser, java.lang.String adminRole, java.util.Hashtable attributes)
adminUser
- the name of the realm administrator to be createdadminRole
- the role to be granted the admin privileges for this realm.Method Detail |
public java.lang.String getRealmType()
public java.util.Hashtable getAttributes()
public void setUserMgrImplClass(java.lang.Class userMgrImplClass)
userMgrImplClass
- implementation class for the realm's user managerpublic java.lang.Class getUserMgrImplClass()
public void setRoleMgrImplClass(java.lang.Class roleMgrImplClass)
roleMgrImplClass
- implementation class for the realm's role managerpublic java.lang.Class getRoleMgrImplClass()
public java.lang.String getAdminUser()
public java.lang.String getAdminRole()
|
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 |