Uses of Interface
net.officefloor.web.jwt.authority.repository.JwtAccessKey
-
-
Uses of JwtAccessKey in net.officefloor.tutorial.jwtauthorityhttpserver
Methods in net.officefloor.tutorial.jwtauthorityhttpserver that return types with arguments of type JwtAccessKey Modifier and Type Method Description java.util.List<JwtAccessKey>InMemoryJwtAuthorityRepositoryManagedObjectSource. retrieveJwtAccessKeys(JwtAuthorityRepository.RetrieveKeysContext context)Methods in net.officefloor.tutorial.jwtauthorityhttpserver with parameters of type JwtAccessKey Modifier and Type Method Description voidInMemoryJwtAuthorityRepositoryManagedObjectSource. saveJwtAccessKeys(JwtAuthorityRepository.SaveKeysContext context, JwtAccessKey... accessKeys) -
Uses of JwtAccessKey in net.officefloor.tutorial.jwthttpserver
Methods in net.officefloor.tutorial.jwthttpserver that return types with arguments of type JwtAccessKey Modifier and Type Method Description java.util.List<JwtAccessKey>InMemoryJwtAuthorityRepositoryManagedObjectSource. retrieveJwtAccessKeys(JwtAuthorityRepository.RetrieveKeysContext context)Methods in net.officefloor.tutorial.jwthttpserver with parameters of type JwtAccessKey Modifier and Type Method Description voidInMemoryJwtAuthorityRepositoryManagedObjectSource. saveJwtAccessKeys(JwtAuthorityRepository.SaveKeysContext context, JwtAccessKey... accessKeys) -
Uses of JwtAccessKey in net.officefloor.web.jwt.authority
Methods in net.officefloor.web.jwt.authority with parameters of type JwtAccessKey Modifier and Type Method Description voidJwtAccessKeyCollector. setKeys(JwtAccessKey[] keys)Specifies theJwtAccessKeyinstances. -
Uses of JwtAccessKey in net.officefloor.web.jwt.authority.repository
Methods in net.officefloor.web.jwt.authority.repository that return types with arguments of type JwtAccessKey Modifier and Type Method Description java.util.List<JwtAccessKey>JwtAuthorityRepository. retrieveJwtAccessKeys(JwtAuthorityRepository.RetrieveKeysContext context)Retrieves the list ofJwtAccessKeyinstances.Methods in net.officefloor.web.jwt.authority.repository with parameters of type JwtAccessKey Modifier and Type Method Description voidJwtAuthorityRepository. saveJwtAccessKeys(JwtAuthorityRepository.SaveKeysContext context, JwtAccessKey... accessKeys)Saves newJwtAccessKeyinstances.
-