Package org.opensaml.storage
Class StorageServiceTest.AnnotatedObject
- java.lang.Object
-
- org.opensaml.storage.StorageServiceTest.AnnotatedObject
-
- Enclosing class:
- StorageServiceTest
private class StorageServiceTest.AnnotatedObject extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privateAnnotatedObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate()StringgetContext()longgetExpiration()StringgetKey()StringgetValue()voidsetContext(String c)voidsetExpiration(long exp)voidsetKey(String k)voidsetValue(String val)
-
-
-
Method Detail
-
generate
public void generate()
-
getContext
public String getContext()
-
setContext
public void setContext(String c)
-
getKey
public String getKey()
-
setKey
public void setKey(String k)
-
getValue
public String getValue()
-
setValue
public void setValue(String val)
-
getExpiration
public long getExpiration()
-
setExpiration
public void setExpiration(long exp)
-
-