Skip navigation links

Oracle Application Server
Web Services Java API Reference
10g Release 3 (10.1.3.1.0)

B28977-01


oracle.webservices.security.callback
Interface BinaryTokenCallback

All Superinterfaces:
Callback
All Known Implementing Classes:
X509TokenCallback

public interface BinaryTokenCallback
extends Callback

Callback interface for passing binary tokens to the client interceptor Implemented class : X509TokenCallback


Method Summary
 byte[] getBinaryToken()
          Get binary token
 void setBinaryToken(byte[] btoken)
          Set binary token

 

Method Detail

setBinaryToken

void setBinaryToken(byte[] btoken)
Set binary token
Parameters:
btoken - token bytes

getBinaryToken

byte[] getBinaryToken()
Get binary token
Returns:
binary token or null if none exist

Skip navigation links

Copyright © 2006, Oracle. All Rights Reserved.