Uses of Interface
com.peterphi.std.guice.restclient.resteasy.impl.BearerGenerator
Packages that use BearerGenerator
Package
Description
-
Uses of BearerGenerator in com.peterphi.std.guice.restclient.resteasy.impl
Classes in com.peterphi.std.guice.restclient.resteasy.impl that implement BearerGeneratorMethods in com.peterphi.std.guice.restclient.resteasy.impl that return BearerGeneratorModifier and TypeMethodDescriptionResteasyClientFactoryImpl.BearerTokenCredentials.token()
Returns the value of thetoken
record component.Constructors in com.peterphi.std.guice.restclient.resteasy.impl with parameters of type BearerGeneratorModifierConstructorDescriptionCreates an instance of aBearerTokenCredentials
record class. -
Uses of BearerGenerator in com.peterphi.std.guice.web.rest.auth.oauth2
Classes in com.peterphi.std.guice.web.rest.auth.oauth2 that implement BearerGeneratorModifier and TypeClassDescriptionclass
Bearer Token Generator that automatically generates User Manager Delegation Tokens for outgoing service calls it is assigned to help with.