public class ObjectCallback
extends java.lang.Object
implements javax.security.auth.callback.Callback
Can be used as a LoginModule Callback to obtain a user's credential as an Object, rather than a char[], to which some credentials may not be able to be converted
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
_object |
| Constructor and Description |
|---|
ObjectCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearObject() |
java.lang.Object |
getObject() |
void |
setObject(java.lang.Object o) |
Copyright © 2013 FuseSource, Corp.. All Rights Reserved.