Package org.opensaml.storage.testing
Class StorageServiceTest.AnnotatedObject
java.lang.Object
org.opensaml.storage.testing.StorageServiceTest.AnnotatedObject
- Enclosing class:
- StorageServiceTest
Annotated object class to test with.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate()longgetKey()getValue()voidsetContext(String c) voidsetExpiration(long exp) voidvoid
-
Field Details
-
context
Context. -
key
Key. -
value
Value. -
expiration
Expiration.
-
-
Constructor Details
-
AnnotatedObject
private AnnotatedObject()
-
-
Method Details
-
generate
public void generate() -
getContext
-
setContext
-
getKey
-
setKey
-
getValue
-
setValue
-
getExpiration
public long getExpiration() -
setExpiration
public void setExpiration(long exp)
-