Class 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$
    Author:
    Scott.Stark@jboss.org
    • 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()