Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-03


oracle.security.jps.callback
Class WSSDigestCallback

java.lang.Object
  extended by oracle.security.jps.callback.WSSDigestCallback

All Implemented Interfaces:
javax.security.auth.callback.Callback, JpsCallback

public class WSSDigestCallback
extends java.lang.Object
implements JpsCallback

This call back is used for WSS Username Token Digest authentication


Constructor Summary
WSSDigestCallback()
          Default constructor
WSSDigestCallback(byte[] digest, byte[] nonce, java.util.Date created)
          Creates the WSS Digest Callback for given digest, nonce and created values

 

Method Summary
 JpsCallbackType getCallbackType()
          Returns the JpsCallbackType.JPS_WSS_DIGEST_CALLBACK</> type
 java.util.Date getCreated()
          Returns the created value
 byte[] getDigest()
          Returns the digest value
 byte[] getNonce()
          Returns the nonce value
 void setCreated(java.util.Date created)
          Sets the created value
 void setDigest(byte[] digest)
          Sets the digest value
 void setNonce(byte[] nonce)
          Sets the nonce value

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

WSSDigestCallback

public WSSDigestCallback(byte[] digest,
                         byte[] nonce,
                         java.util.Date created)
Creates the WSS Digest Callback for given digest, nonce and created values
Parameters:
digest - - The digest value
nonce - - The nonce value
created - - The created value

WSSDigestCallback

public WSSDigestCallback()
Default constructor

Method Detail

setDigest

public void setDigest(byte[] digest)
Sets the digest value
Parameters:
digest - - The digest value

setNonce

public void setNonce(byte[] nonce)
Sets the nonce value
Parameters:
nonce - - The nonce value

setCreated

public void setCreated(java.util.Date created)
Sets the created value
Parameters:
created - - The created value

getDigest

public byte[] getDigest()
Returns the digest value
Returns:
The digest value

getNonce

public byte[] getNonce()
Returns the nonce value
Returns:
The nonce value

getCreated

public java.util.Date getCreated()
Returns the created value
Returns:
The created value

getCallbackType

public JpsCallbackType getCallbackType()
Returns the JpsCallbackType.JPS_WSS_DIGEST_CALLBACK</> type
Specified by:
getCallbackType in interface JpsCallback
Returns:
The JpsCallbackType.JPS_WSS_DIGEST_CALLBACK</> type

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-03


Copyright © 2011, 2013 Oracle. All rights reserved.