Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.xml.security.wsu
Interface Timestamp


public interface Timestamp

Timestamp.java A Timestamp representing one of two types of token -- an X509v3 certificate or a Kerberos ticket. Only X509v3 certificates are currently supported. Created: Fri Jun 7 15:28:06 2002


Method Summary
abstract  Created getCreated()
           
abstract  Expires getExpires()
           
abstract  String getId()
           
abstract  boolean getMustUnderstand()
           
abstract  Received[] getReceived()
           
abstract  void setExpires(Calendar expiry)
           
abstract  void setExpires(long millis)
           
abstract  void setId(String id)
           
abstract  void setMustUnderstand(boolean b)
           
abstract  void toXML(SOAPElement parent)
           
abstract  void toXML(XMLOutputStream os)
           
abstract  void toXML(XMLWriter writer)
           

 

Method Detail

setId

void setId(String id)

setExpires

void setExpires(long millis)

setExpires

void setExpires(Calendar expiry)

getId

String getId()

getCreated

Created getCreated()

getExpires

Expires getExpires()

getReceived

Received[] getReceived()

toXML

void toXML(XMLOutputStream os)

toXML

void toXML(XMLWriter writer)

toXML

void toXML(SOAPElement parent)

setMustUnderstand

void setMustUnderstand(boolean b)

getMustUnderstand

boolean getMustUnderstand()

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09