org.jboss.security.auth.callback
Class ByteArrayCallback
java.lang.Object
org.jboss.security.auth.callback.ByteArrayCallback
- All Implemented Interfaces:
- Callback
public class ByteArrayCallback
- extends Object
- implements Callback
An implementation of Callback that obtains a binary parameter as a byte[].
Interpretation of the array is up to the LoginModule.
- Version:
- $Revision: 1.3.6.1 $
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteArrayCallback
public ByteArrayCallback(String prompt)
- Initialize the SecurityAssociationCallback
getPrompt
public String getPrompt()
getByteArray
public byte[] getByteArray()
setByteArray
public void setByteArray(byte[] data)
clearByteArray
public void clearByteArray()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.