Package io.jans.as.persistence.model
Class Par
- java.lang.Object
-
- io.jans.orm.model.base.Entry
-
- io.jans.orm.model.base.BaseEntry
-
- io.jans.orm.model.base.DeletableEntity
-
- io.jans.as.persistence.model.Par
-
- All Implemented Interfaces:
io.jans.orm.model.base.Deletable
,Serializable
,Cloneable
public class Par extends io.jans.orm.model.base.DeletableEntity implements Serializable
Pushed authorization request.- Author:
- Yuriy Zabrovarnyy
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParAttributes
getAttributes()
String
getId()
Integer
getTtl()
boolean
isExpired()
boolean
isExpired(Date now)
void
setAttributes(ParAttributes attributes)
void
setId(String id)
void
setTtl(Integer ttl)
String
toString()
-
Methods inherited from class io.jans.orm.model.base.DeletableEntity
canDelete, canDelete, getExpirationDate, isDeletable, setDeletable, setExpirationDate
-
-
-
-
Method Detail
-
getAttributes
public ParAttributes getAttributes()
-
setAttributes
public void setAttributes(ParAttributes attributes)
-
isExpired
public boolean isExpired()
-
isExpired
public boolean isExpired(Date now)
-
getId
public String getId()
-
setId
public void setId(String id)
-
getTtl
public Integer getTtl()
-
setTtl
public void setTtl(Integer ttl)
-
toString
public String toString()
- Overrides:
toString
in classio.jans.orm.model.base.DeletableEntity
-
-