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 void
InMemoryJwtAuthorityRepositoryManagedObjectSource. 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 void
InMemoryJwtAuthorityRepositoryManagedObjectSource. 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 void
JwtRefreshKeyCollector. setKeys(JwtRefreshKey... keys)
Specifies theJwtRefreshKey
instances. -
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 ofJwtRefreshKey
instances.Methods in net.officefloor.web.jwt.authority.repository with parameters of type JwtRefreshKey Modifier and Type Method Description void
JwtAuthorityRepository. saveJwtRefreshKeys(JwtAuthorityRepository.SaveKeysContext context, JwtRefreshKey... refreshKeys)
Saves newJwtRefreshKey
instances.
-