|
JAAS Provider Java API Reference 10g (9.0.4.0.0) B10389-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. |
Constructor Summary | |
InitRealmInfo(String realmType, String adminUser, String adminRole, Hashtable attributes) Construct a InitRealmInfo object. |
Method Summary | |
String |
getAdminRole() Return admin role name |
String |
getAdminUser() Return admin user name |
Hashtable |
getAttributes() Get attributes for the InitRealmInfo. |
String |
getRealmType() Get the realm type. |
Class |
getRoleMgrImplClass() Get the implementation class for the realm's role manager |
Class |
getUserMgrImplClass() Get the implementation class for the realm's user manager |
void |
setRoleMgrImplClass(Class roleMgrImplClass) Set the implementation class for the realm's role manager. |
void |
setUserMgrImplClass(Class userMgrImplClass) Set the implementation class for the realm's user manager. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InitRealmInfo(String realmType, String adminUser, String adminRole, 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 String getRealmType()
public Hashtable getAttributes()
public void setUserMgrImplClass(Class userMgrImplClass)
userMgrImplClass
- implementation class for the realm's user managerpublic Class getUserMgrImplClass()
public void setRoleMgrImplClass(Class roleMgrImplClass)
roleMgrImplClass
- implementation class for the realm's role managerpublic Class getRoleMgrImplClass()
public String getAdminUser()
public String getAdminRole()
|
JAAS Provider Java API Reference 10g (9.0.4.0.0) B10389-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |