Uses of Interface
net.officefloor.web.jwt.authority.repository.JwtRefreshKey
Packages that use JwtRefreshKey
-
Uses of JwtRefreshKey in net.officefloor.web.jwt.authority
Methods in net.officefloor.web.jwt.authority with parameters of type JwtRefreshKeyModifier and TypeMethodDescriptionvoidJwtRefreshKeyCollector.setKeys(JwtRefreshKey... keys) Specifies theJwtRefreshKeyinstances. -
Uses of JwtRefreshKey in net.officefloor.web.jwt.authority.repository
Methods in net.officefloor.web.jwt.authority.repository that return types with arguments of type JwtRefreshKeyModifier and TypeMethodDescriptionJwtAuthorityRepository.retrieveJwtRefreshKeys(JwtAuthorityRepository.RetrieveKeysContext context) Retrieves the list ofJwtRefreshKeyinstances.Methods in net.officefloor.web.jwt.authority.repository with parameters of type JwtRefreshKeyModifier and TypeMethodDescriptionvoidJwtAuthorityRepository.saveJwtRefreshKeys(JwtAuthorityRepository.SaveKeysContext context, JwtRefreshKey... refreshKeys) Saves newJwtRefreshKeyinstances.