|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.bea.p13n.usermgmt.taglib.UserManagementTag
com.bea.p13n.usermgmt.taglib.GetChildGroupNamesTag
Corresponds to <ugm:getChildGroupNames>.
The <ugm:getChildGroupNames> tag returns
the names of any groups that are children of the given group.
|
Tag Attribute |
Required |
Type |
Description |
|
atnProvider |
no |
String |
The name of the authentication provider containing the group. The default provider will be used if not specified. Example: " |
|
groupName |
yes |
String |
The name of the group to search for child groups. |
|
id |
yes |
String |
The name of the id which will be assigned the String array of child group names. |
| Field Summary |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
GetChildGroupNamesTag()
|
|
| Method Summary | |
int |
doStartTag()
Go through the AtnManagerProxy to search for the names of the given group's children. |
String |
getAtnProvider()
Get the name of the authentication provider |
String |
getGroupName()
Get the name of the group to query |
void |
release()
Reset the tag attributes |
void |
setAtnProvider(String atnProvider)
Set the name of the authentication provider |
void |
setGroupName(String groupName)
Set the name of the group to query |
| Methods inherited from class com.bea.p13n.usermgmt.taglib.UserManagementTag |
getAtnManagerProxy |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GetChildGroupNamesTag()
| Method Detail |
public int doStartTag()
throws JspException
JspExceptionpublic String getAtnProvider()
public String getGroupName()
public void release()
release in interface Tagrelease in class UserManagementTagpublic void setAtnProvider(String atnProvider)
public void setGroupName(String groupName)
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||