Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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

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

 

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()

Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09