BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.security.auth.callback
Class GroupCallback

java.lang.Object
  extended byweblogic.security.auth.callback.GroupCallback
All Implemented Interfaces:
Callback

public class GroupCallback
extends Object
implements Callback

Underlying security services instantiate and pass a GroupCallback to the invokeCallback method of a CallbackHandler to retrieve group information.

See Also:
CallbackHandler
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
GroupCallback(String prompt)
          Construct a GroupCallback with a prompt.
 
Method Summary
 String getPrompt()
          Get the prompt.
 Collection getValue()
          The groups, represented as a collection of strings.
 void setValue(Collection value)
          Sets the value of the Value attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupCallback

public GroupCallback(String prompt)
Construct a GroupCallback with a prompt.

Method Detail

getPrompt

public String getPrompt()
Get the prompt.

Returns:
The prompt

getValue

public Collection getValue()
The groups, represented as a collection of strings.

Returns:
The collection of strings
See Also:
Collection

setValue

public void setValue(Collection value)
Sets the value of the Value attribute.

Parameters:
value - Collection of Strings
See Also:
getValue()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.