BEA Systems, Inc.

com.beasys.commerce.user.jsp.tags
Class RemoveUserFromGroupTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.beasys.commerce.user.jsp.tags.UserManagerTag
              |
              +--com.beasys.commerce.user.jsp.tags.ResultTag
                    |
                    +--com.beasys.commerce.user.jsp.tags.RemoveUserFromGroupTag

public class RemoveUserFromGroupTag
extends ResultTag

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: "<%=username%>"

groupName

yes

String

The name of the group from which the user is being removed.

Example: "<%=groupName%>"

result

yes

String

The name of an Integer variable to which the result of the remove user from group operation is assigned.

Possible Values:
Success:
UserManagerTagConstants.REMOVE_USER_OK

Error encountered:
UserManagerTagConstants.REMOVE_USER_FAILED

See Also:
Serialized Form

Fields inherited from class com.beasys.commerce.user.jsp.tags.ResultTag
result
 
Fields inherited from class com.beasys.commerce.user.jsp.tags.UserManagerTag
printStackTraces, verbose
 
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.beasys.commerce.user.jsp.tags.ResultTag
getResult, setResult
 
Methods inherited from class com.beasys.commerce.user.jsp.tags.UserManagerTag
getUserManager
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
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

RemoveUserFromGroupTag

public RemoveUserFromGroupTag()
Method Detail

doStartTag

public int doStartTag()
Go through the UserManager session bean to remove the user from the group.
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport

release

public void release()
Reset the tag's attributes
Overrides:
release in class ResultTag

setUsername

public void setUsername(java.lang.String username)
Set the name of the user to remove

getUsername

public java.lang.String getUsername()
Get the name of the user to remove

setGroupName

public void setGroupName(java.lang.String groupName)
Set the name of the group to remove the user from

getGroupName

public java.lang.String getGroupName()
Get the name of the group to remove the user from

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved