Uses of Interface
net.officefloor.web.jwt.authority.repository.JwtAuthorityRepository.RetrieveKeysContext
-
-
Uses of JwtAuthorityRepository.RetrieveKeysContext in net.officefloor.tutorial.jwtauthorityhttpserver
Methods in net.officefloor.tutorial.jwtauthorityhttpserver with parameters of type JwtAuthorityRepository.RetrieveKeysContext Modifier and Type Method Description java.util.List<JwtAccessKey>InMemoryJwtAuthorityRepositoryManagedObjectSource. retrieveJwtAccessKeys(JwtAuthorityRepository.RetrieveKeysContext context)java.util.List<JwtRefreshKey>InMemoryJwtAuthorityRepositoryManagedObjectSource. retrieveJwtRefreshKeys(JwtAuthorityRepository.RetrieveKeysContext context) -
Uses of JwtAuthorityRepository.RetrieveKeysContext in net.officefloor.tutorial.jwthttpserver
Methods in net.officefloor.tutorial.jwthttpserver with parameters of type JwtAuthorityRepository.RetrieveKeysContext Modifier and Type Method Description java.util.List<JwtAccessKey>InMemoryJwtAuthorityRepositoryManagedObjectSource. retrieveJwtAccessKeys(JwtAuthorityRepository.RetrieveKeysContext context)java.util.List<JwtRefreshKey>InMemoryJwtAuthorityRepositoryManagedObjectSource. retrieveJwtRefreshKeys(JwtAuthorityRepository.RetrieveKeysContext context) -
Uses of JwtAuthorityRepository.RetrieveKeysContext in net.officefloor.web.jwt.authority.repository
Methods in net.officefloor.web.jwt.authority.repository with parameters of type JwtAuthorityRepository.RetrieveKeysContext Modifier and Type Method Description java.util.List<JwtAccessKey>JwtAuthorityRepository. retrieveJwtAccessKeys(JwtAuthorityRepository.RetrieveKeysContext context)Retrieves the list ofJwtAccessKeyinstances.java.util.List<JwtRefreshKey>JwtAuthorityRepository. retrieveJwtRefreshKeys(JwtAuthorityRepository.RetrieveKeysContext context)Retrieves the list ofJwtRefreshKeyinstances.
-