Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

weblogic.security.auth.callback
Class GroupCallback

java.lang.Object
  extended by weblogic.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

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.

Parameters:
prompt - The prompt used to request the list of groups
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:
GroupCallback.getValue()

Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04