org.apache.cxf.sts.request
Class Lifetime
java.lang.Object
org.apache.cxf.sts.request.Lifetime
public class Lifetime
- extends Object
This class contains values that have been extracted from a Lifetime element.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Lifetime
public Lifetime()
getCreated
public String getCreated()
setCreated
public void setCreated(String created)
getExpires
public String getExpires()
setExpires
public void setExpires(String expires)
Apache CXF