BEA Systems, Inc.

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

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.AddUserToGroupTag

public class AddUserToGroupTag
extends ResultTag

Corresponds to <um:addUserToGroup>.

The <um:addUserToGroup> tag adds the user corresponding to the provided username to the group corresponding to the provided parentGroupName. 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 name of the user to be added to the group.

Example: "<%=username%>"

groupName

yes

String

The name of the group to which the user is being added.

Example: "<%=groupName%>"

result

yes

String

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

Possible values:
Success:
UserManagerTagConstants.ADD_USER_OK

Error Encountered:
UserManagerTagConstants.ADD_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
AddUserToGroupTag()
           
 
Method Summary
 int doStartTag()
          Adds the specified user to the specified group through the UserManager session bean.
 java.lang.String getGroupName()
          Get the name of the group to add the user to
 java.lang.String getUsername()
          Get the name of the user to add to the group
 void release()
          Reset all the tag attributes
 void setGroupName(java.lang.String groupName)
          Set the name of the group to add the user to
 void setUsername(java.lang.String username)
          Set the name of the user to add to the group
 
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

AddUserToGroupTag

public AddUserToGroupTag()
Method Detail

doStartTag

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

release

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

setUsername

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

getUsername

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

setGroupName

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

getGroupName

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

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved