Uses of Interface
net.officefloor.web.jwt.authority.repository.JwtAuthorityRepository.SaveKeysContext
Packages that use JwtAuthorityRepository.SaveKeysContext
-
Uses of JwtAuthorityRepository.SaveKeysContext in net.officefloor.web.jwt.authority.repository
Methods in net.officefloor.web.jwt.authority.repository with parameters of type JwtAuthorityRepository.SaveKeysContextModifier and TypeMethodDescriptionvoidJwtAuthorityRepository.saveJwtAccessKeys(JwtAuthorityRepository.SaveKeysContext context, JwtAccessKey... accessKeys) Saves newJwtAccessKeyinstances.voidJwtAuthorityRepository.saveJwtRefreshKeys(JwtAuthorityRepository.SaveKeysContext context, JwtRefreshKey... refreshKeys) Saves newJwtRefreshKeyinstances.