Uses of Class
org.forgerock.am.cts.api.ETag
-
Packages that use ETag Package Description org.forgerock.am.cts.api org.forgerock.am.cts.api.tokens -
-
Uses of ETag in org.forgerock.am.cts.api
Fields in org.forgerock.am.cts.api with type parameters of type ETag Modifier and Type Field Description static Option<ETag>
CTSOptions. ETAG_ASSERT_OPTION
Signals to the CTS backing implementation to assert that the CTS entry being updated still has the givenETag
before applying the requested modification to it.static Option<ETag>
CTSOptions. ETAG_READ_OPTION
Signals to the CTS backing implementation to include the result of an optimistic concurrency ETag in the response for this request.Methods in org.forgerock.am.cts.api that return ETag Modifier and Type Method Description static ETag
ETag. assertEtag(String token)
Create an ETag that asserts the given value.static ETag
ETag. emptyAssertion()
An ETag which does not contain an assertion. -
Uses of ETag in org.forgerock.am.cts.api.tokens
Methods in org.forgerock.am.cts.api.tokens that return types with arguments of type ETag Modifier and Type Method Description Optional<ETag>
Token. getETag()
A read only copy of the backing CTS implementation ETag.Methods in org.forgerock.am.cts.api.tokens with parameters of type ETag Modifier and Type Method Description Token
TokenFactory. create(Token token, ETag etag)
Create aToken
object that can then be stored into the CTS.
-