Class ArtifactCacheEntity
java.lang.Object
swiss.trustbroker.sessioncache.dto.ArtifactCacheEntity
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionArtifactCacheEntity(String artifactId, String artifactValue, Timestamp expirationTimestamp) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetArtifactId(String artifactId) voidsetArtifactValue(String artifactValue) voidsetExpirationTimestamp(Timestamp expirationTimestamp) toString()
-
Field Details
-
ARTIFACT_ID_SIZE
public static final int ARTIFACT_ID_SIZE- See Also:
-
-
Constructor Details
-
ArtifactCacheEntity
public ArtifactCacheEntity() -
ArtifactCacheEntity
-
-
Method Details