com.oldlight.weaver.admin.weaverbeans
Class SetCredentialsBean
java.lang.Object
com.oldlight.weaver.admin.weaverbeans.SetCredentialsBean
- All Implemented Interfaces:
- WeaverBean
- public class SetCredentialsBean
- extends Object
- implements WeaverBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAM_USERNAME
private static final String PARAM_USERNAME
- See Also:
- Constant Field Values
PARAM_PASSWORD
private static final String PARAM_PASSWORD
- See Also:
- Constant Field Values
PARAM_FILE
private static final String PARAM_FILE
- See Also:
- Constant Field Values
assertions
private static final WeaverAttributeAssertion[] assertions
SetCredentialsBean
public SetCredentialsBean()
handle
public void handle(WeaverExecutionContext context)
throws WeaverClientException
- Description copied from interface:
WeaverBean
- Invoked by Weaver as a result of a call tag in the WAD file.
- Specified by:
handle
in interface WeaverBean
- Parameters:
context
- The current execution context.
- Throws:
WeaverClientException
- Thrown by your W-Bean to flag an error to Weaver.