|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--com.bea.p13n.usermgmt.servlets.jsp.taglib.UserManagementTag
|
+--com.bea.p13n.usermgmt.servlets.jsp.taglib.ResultTag
|
+--com.bea.p13n.usermgmt.servlets.jsp.taglib.RemoveUserFromGroupTag
Corresponds to <um:removeUserFromGroup>.
The <um:removeUserFromGroup> tag removes the user
corresponding to the provided username from the group
corresponding to the provided groupName.
Both the specified user and the specified group must
previously exist for proper tag behavior. The tag has no enclosed body.
Note: This tag should only be invoked when the
weblogic.security.realmClass property in the
weblogic.properties file is
com.beasys.commerce.axiom.contact.security.RDBMSRealm.
|
Tag Attribute |
Required |
Type |
Description |
|
username |
yes |
String |
The username of the user to be remove from the group. Example: " |
|
groupName |
yes |
String |
The name of the group from which the user is being removed. Example: " |
|
result |
yes |
String |
The name of an Integer variable to which the result of the remove user from group operation is assigned. Possible Values:
Error encountered: |
| Fields inherited from class com.bea.p13n.usermgmt.servlets.jsp.taglib.ResultTag |
result |
| Fields inherited from class com.bea.p13n.usermgmt.servlets.jsp.taglib.UserManagementTag |
GROUP_MGR_REF,
USER_MGR_REF |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id,
pageContext |
| Constructor Summary | |
RemoveUserFromGroupTag()
|
|
| Method Summary | |
int |
doStartTag()
Go through the UserManager session bean to remove the user from the group. |
java.lang.String |
getGroupName()
Get the name of the group to remove the user from |
java.lang.String |
getUsername()
Get the name of the user to remove |
void |
release()
Reset the tag's attributes |
void |
setGroupName(java.lang.String groupName)
Set the name of the group to remove the user from |
void |
setUsername(java.lang.String username)
Set the name of the user to remove |
| Methods inherited from class com.bea.p13n.usermgmt.servlets.jsp.taglib.ResultTag |
getResult,
setResult |
| Methods inherited from class com.bea.p13n.usermgmt.servlets.jsp.taglib.UserManagementTag |
getGroupManager,
getUserManager |
| 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 RemoveUserFromGroupTag()
| Method Detail |
public int doStartTag()
public void release()
public void setUsername(java.lang.String username)
public java.lang.String getUsername()
public void setGroupName(java.lang.String groupName)
public java.lang.String getGroupName()
|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||