org.jboss.security.auth.callback
Class ByteArrayCallback

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

Constructor Summary
ByteArrayCallback(String prompt)
          Initialize the SecurityAssociationCallback
 
Method Summary
 void clearByteArray()
           
 byte[] getByteArray()
           
 String getPrompt()
           
 void setByteArray(byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayCallback

public ByteArrayCallback(String prompt)
Initialize the SecurityAssociationCallback

Method Detail

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.