Uses of Class
io.microsphere.spring.web.idempotent.IdempotentAttributes
-
Packages that use IdempotentAttributes Package Description io.microsphere.spring.web.idempotent -
-
Uses of IdempotentAttributes in io.microsphere.spring.web.idempotent
Methods in io.microsphere.spring.web.idempotent that return IdempotentAttributes Modifier and Type Method Description static IdempotentAttributesIdempotentAttributes. of(Idempotent annotation)Create theIdempotentannotation attributesstatic IdempotentAttributesIdempotentAttributes. of(Idempotent annotation, org.springframework.core.env.PropertyResolver propertyResolver)Create theIdempotentannotation attributesMethods in io.microsphere.spring.web.idempotent with parameters of type IdempotentAttributes Modifier and Type Method Description booleanDefaultIdempotentService. checkToken(org.springframework.web.context.request.NativeWebRequest request, IdempotentAttributes attributes, java.lang.String token)booleanIdempotentService. checkToken(org.springframework.web.context.request.NativeWebRequest request, IdempotentAttributes attributes, java.lang.String token)Check the token is existedjava.lang.StringDefaultIdempotentService. generateToken(org.springframework.web.context.request.NativeWebRequest request, IdempotentAttributes attributes)default java.lang.StringIdempotentService. generateToken(org.springframework.web.context.request.NativeWebRequest request, IdempotentAttributes attributes)Generate a new token.java.lang.StringDefaultIdempotentService. getToken(org.springframework.web.context.request.NativeWebRequest request, IdempotentAttributes attributes)java.lang.StringIdempotentService. getToken(org.springframework.web.context.request.NativeWebRequest request, IdempotentAttributes attributes)Get the token from the request.booleanDefaultIdempotentService. invalidate(org.springframework.web.context.request.NativeWebRequest request, IdempotentAttributes attributes, java.lang.String token)booleanIdempotentService. invalidate(org.springframework.web.context.request.NativeWebRequest request, IdempotentAttributes attributes, java.lang.String token)Invalidate the tokendefault java.lang.StringIdempotentService. renewToken(org.springframework.web.context.request.NativeWebRequest request, IdempotentAttributes attributes)Renew the tokenbooleanDefaultIdempotentService. storeToken(org.springframework.web.context.request.NativeWebRequest request, IdempotentAttributes attributes, java.lang.String newToken)booleanIdempotentService. storeToken(org.springframework.web.context.request.NativeWebRequest request, IdempotentAttributes attributes, java.lang.String newToken)Store the token into backend storage.default voidIdempotentService. validateToken(org.springframework.web.context.request.NativeWebRequest request, IdempotentAttributes attributes)Validate the token
-