Uses of Record Class
com.svenruppert.jsentinel.credential.store.CredentialRecord
Packages that use CredentialRecord
-
Uses of CredentialRecord in com.svenruppert.jsentinel.credential.store
Methods in com.svenruppert.jsentinel.credential.store that return CredentialRecordModifier and TypeMethodDescriptionstatic CredentialRecordCredentialRecord.initial(String username, String encodedHash, CredentialStatus status, Instant now) Convenience: build a fresh record at version 1 with timestamps equal tonow.CredentialUpdateResult.Updated.newRecord()Returns the value of thenewRecordrecord component.InMemoryCredentialStore.register(CredentialRecord record) Inserts a new record.Returns a new record with the supplied hash and timestamp, version bumped by one.CredentialRecord.withStatus(CredentialStatus newStatus, Instant when) Returns a new record with the supplied status and timestamp, version bumped by one.Methods in com.svenruppert.jsentinel.credential.store that return types with arguments of type CredentialRecordModifier and TypeMethodDescriptionCredentialStore.findByUsername(String username) Looks up the credential row forusername.InMemoryCredentialStore.findByUsername(String username) Methods in com.svenruppert.jsentinel.credential.store with parameters of type CredentialRecordModifier and TypeMethodDescriptionInMemoryCredentialStore.register(CredentialRecord record) Inserts a new record.Constructors in com.svenruppert.jsentinel.credential.store with parameters of type CredentialRecordModifierConstructorDescriptionUpdated(CredentialRecord newRecord) Creates an instance of aUpdatedrecord class.