Apache CXF API

org.apache.cxf.sts.request
Class Lifetime

java.lang.Object
  extended by org.apache.cxf.sts.request.Lifetime

public class Lifetime
extends Object

This class contains values that have been extracted from a Lifetime element.


Constructor Summary
Lifetime()
           
 
Method Summary
 String getCreated()
           
 String getExpires()
           
 void setCreated(String created)
           
 void setExpires(String expires)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lifetime

public Lifetime()
Method Detail

getCreated

public String getCreated()

setCreated

public void setCreated(String created)

getExpires

public String getExpires()

setExpires

public void setExpires(String expires)

Apache CXF API

Apache CXF