javax.security.auth.callback.Callbackpublic class GroupCallback
extends java.lang.Object
implements javax.security.auth.callback.Callback
GroupCallback to the invokeCallback
 method of a CallbackHandler to retrieve group information.CallbackHandler| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | getPrompt() | Get the prompt. | 
| java.util.Collection | getValue() | The groups, represented as a collection of strings. | 
| void | setValue(java.util.Collection value) | Sets the value of the Value attribute. | 
public java.lang.String getPrompt()
public java.util.Collection getValue()
Collectionpublic void setValue(java.util.Collection value)
value - Collection of StringsgetValue()