class: PWCallback

public class: PWCallback
Author: Peter (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision$ $LastChangedDate$ @revised by BrP: 03.; Complexity: 1
Dates: Created: 16.07.2009 15:16:45; Modified: 16.07.2009 15:16:45;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {35402E8F-7708-4d1c-BF43-89BF73EC8ED2}
PWCallback for the Client.<p/> Sets the eSciDoc user handle as the password if the technical username "eSciDocUser" is provided when calling the webservice.<br> This password can be changed by using the <code>setHandle</code> and reset by using the <code>resetHandle</code> methods.
 

Goto: Custom Properties, Fields, Methods

Appears in: framework

Custom Properties
 
PWCallback Attributes
Attribute Details
private String
  handle
 
PWCallback Methods
Operation Details
public
handle(
   Callback[] callbacks):void
Sequential
Tags: throws=IOException,UnsupportedCallbackException
Notes: The handle method of the callback handler.
@see javax.security.auth.callback.CallbackHandler#handle (javax.security.auth.callback.Callback[])
public
PWCallback(
   String hd):
Sequential
Notes: Sets the eSciDoc user handle to the provided value.