|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.lanl.Utility.AttrListProvider
Provides AttributeList (SecAttribute[]) based on the user's name and role

| Constructor Summary | |
AttrListProvider(java.lang.String[] inNames,
java.lang.String[] inRoles)
Create list of Names and Roles |
|
| Method Summary | |
org.omg.Security.SecAttribute[] |
getAttrList(int Role,
int Name)
Returns SecAttribute[] to the client based on the input parameters |
org.omg.Security.SecAttribute[] |
getAttrList(java.lang.String Name)
Get SecAttributes with just the user Name |
org.omg.Security.SecAttribute[] |
getAttrList(java.lang.String Role,
java.lang.String Name)
Returns SecAttribute[] to the client based on the input parameters |
void |
setDomain(java.lang.String domain)
set the domain |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AttrListProvider(java.lang.String[] inNames,
java.lang.String[] inRoles)
| Method Detail |
public void setDomain(java.lang.String domain)
domain -
public org.omg.Security.SecAttribute[] getAttrList(int Role,
int Name)
Role - is the user's roleName - is the user's name
public org.omg.Security.SecAttribute[] getAttrList(java.lang.String Name)
Name -
public org.omg.Security.SecAttribute[] getAttrList(java.lang.String Role,
java.lang.String Name)
Role - is the user's role (eg. PHY, NUR etc.)Name - is the user's name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||