Uses of Interface
net.officefloor.web.jwt.authority.repository.JwtRefreshKey
-
-
Uses of JwtRefreshKey in net.officefloor.tutorial.jwtauthorityhttpserver
Methods in net.officefloor.tutorial.jwtauthorityhttpserver that return types with arguments of type JwtRefreshKey Modifier and Type Method Description java.util.List<JwtRefreshKey>InMemoryJwtAuthorityRepositoryManagedObjectSource. retrieveJwtRefreshKeys(JwtAuthorityRepository.RetrieveKeysContext context)Methods in net.officefloor.tutorial.jwtauthorityhttpserver with parameters of type JwtRefreshKey Modifier and Type Method Description voidInMemoryJwtAuthorityRepositoryManagedObjectSource. saveJwtRefreshKeys(JwtAuthorityRepository.SaveKeysContext context, JwtRefreshKey... refreshKeys) -
Uses of JwtRefreshKey in net.officefloor.tutorial.jwthttpserver
Methods in net.officefloor.tutorial.jwthttpserver that return types with arguments of type JwtRefreshKey Modifier and Type Method Description java.util.List<JwtRefreshKey>InMemoryJwtAuthorityRepositoryManagedObjectSource. retrieveJwtRefreshKeys(JwtAuthorityRepository.RetrieveKeysContext context)Methods in net.officefloor.tutorial.jwthttpserver with parameters of type JwtRefreshKey Modifier and Type Method Description voidInMemoryJwtAuthorityRepositoryManagedObjectSource. saveJwtRefreshKeys(JwtAuthorityRepository.SaveKeysContext context, JwtRefreshKey... refreshKeys) -
Uses of JwtRefreshKey in net.officefloor.web.jwt.authority
Methods in net.officefloor.web.jwt.authority with parameters of type JwtRefreshKey Modifier and Type Method Description voidJwtRefreshKeyCollector. 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 JwtRefreshKey Modifier and Type Method Description java.util.List<JwtRefreshKey>JwtAuthorityRepository. retrieveJwtRefreshKeys(JwtAuthorityRepository.RetrieveKeysContext context)Retrieves the list ofJwtRefreshKeyinstances.Methods in net.officefloor.web.jwt.authority.repository with parameters of type JwtRefreshKey Modifier and Type Method Description voidJwtAuthorityRepository. saveJwtRefreshKeys(JwtAuthorityRepository.SaveKeysContext context, JwtRefreshKey... refreshKeys)Saves newJwtRefreshKeyinstances.
-