Uses of Interface
net.officefloor.web.jwt.authority.repository.JwtAuthorityRepository
-
Packages that use JwtAuthorityRepository Package Description net.officefloor.tutorial.jwtauthorityhttpserver net.officefloor.tutorial.jwthttpserver net.officefloor.web.jwt.authority.repository -
-
Uses of JwtAuthorityRepository in net.officefloor.tutorial.jwtauthorityhttpserver
Classes in net.officefloor.tutorial.jwtauthorityhttpserver that implement JwtAuthorityRepository Modifier and Type Class Description class
InMemoryJwtAuthorityRepositoryManagedObjectSource
In memoryJwtAuthorityRepository
ManagedObjectSource
. -
Uses of JwtAuthorityRepository in net.officefloor.tutorial.jwthttpserver
Classes in net.officefloor.tutorial.jwthttpserver that implement JwtAuthorityRepository Modifier and Type Class Description class
InMemoryJwtAuthorityRepositoryManagedObjectSource
In memoryJwtAuthorityRepository
ManagedObjectSource
. -
Uses of JwtAuthorityRepository in net.officefloor.web.jwt.authority.repository
Methods in net.officefloor.web.jwt.authority.repository with parameters of type JwtAuthorityRepository Modifier and Type Method Description void
JwtAuthorityRepository.ClusterCriticalSection. doClusterCriticalSection(JwtAuthorityRepository repository)
Undertakes the critical section.
-