|
© 2005 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.ResultTag
com.bea.p13n.usermgmt.taglib.RemoveGroupTag
Corresponds to <ugm:removeGroup>.
The <ugm:removeGroup> tag removes the
group corresponding to the provided groupName.
The tag has no enclosed body.
|
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 be removed. Example: " |
|
result |
yes |
String |
The name of an Integer variable to which the result of the remove group operation is assigned. Possible Values:
Failure: |
| Field Summary |
| Fields inherited from class com.bea.p13n.usermgmt.taglib.ResultTag |
result |
| 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 | |
RemoveGroupTag()
|
|
| Method Summary | |
int |
doStartTag()
Go through the UserManager session bean to remove the group. |
String |
getAtnProvider()
Get the name of the authentication provider |
String |
getGroupName()
Get the name of the group to remove |
void |
release()
Reset the tag's attributes |
void |
setAtnProvider(String atnProvider)
Set the name of the authentication provider |
void |
setGroupName(String groupName)
Set the name of the group to remove |
| Methods inherited from class com.bea.p13n.usermgmt.taglib.ResultTag |
getResult, setResult |
| 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 RemoveGroupTag()
| Method Detail |
public int doStartTag()
throws JspException
JspExceptionpublic String getAtnProvider()
public String getGroupName()
public void release()
release in interface Tagrelease in class ResultTagpublic void setAtnProvider(String atnProvider)
public void setGroupName(String groupName)
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||