Uses of Record Class
com.svenruppert.jsentinel.credential.reset.ResetTokenRecord
Packages that use ResetTokenRecord
-
Uses of ResetTokenRecord in com.svenruppert.jsentinel.credential.reset
Methods in com.svenruppert.jsentinel.credential.reset that return ResetTokenRecordModifier and TypeMethodDescriptionResetTokenUpdateResult.Updated.newRecord()Returns the value of thenewRecordrecord component.ResetTokenRecord.withStatus(ResetTokenStatus newStatus) Methods in com.svenruppert.jsentinel.credential.reset that return types with arguments of type ResetTokenRecordModifier and TypeMethodDescriptionInMemoryResetTokenStore.findBySelector(String selector) ResetTokenStore.findBySelector(String selector) Looks up a token by selector.Methods in com.svenruppert.jsentinel.credential.reset with parameters of type ResetTokenRecordModifier and TypeMethodDescriptionvoidInMemoryResetTokenStore.save(ResetTokenRecord record) voidResetTokenStore.save(ResetTokenRecord record) Inserts a freshly issued token.Constructors in com.svenruppert.jsentinel.credential.reset with parameters of type ResetTokenRecordModifierConstructorDescriptionUpdated(ResetTokenRecord newRecord) Creates an instance of aUpdatedrecord class.