Uses of Record Class
com.peterphi.std.guice.restclient.resteasy.impl.ResteasyClientFactoryImpl.AuthScope
Packages that use ResteasyClientFactoryImpl.AuthScope
-
Uses of ResteasyClientFactoryImpl.AuthScope in com.peterphi.std.guice.restclient.resteasy.impl
Methods in com.peterphi.std.guice.restclient.resteasy.impl that return ResteasyClientFactoryImpl.AuthScopeModifier and TypeMethodDescriptionResteasyClientFactoryImpl.AuthCredential.scope()
ResteasyClientFactoryImpl.BearerTokenCredentials.scope()
Returns the value of thescope
record component.ResteasyClientFactoryImpl.UsernamePasswordCredentials.scope()
Returns the value of thescope
record component.Constructors in com.peterphi.std.guice.restclient.resteasy.impl with parameters of type ResteasyClientFactoryImpl.AuthScopeModifierConstructorDescriptionCreates an instance of aBearerTokenCredentials
record class.UsernamePasswordCredentials
(ResteasyClientFactoryImpl.AuthScope scope, String username, String password, boolean preempt) Creates an instance of aUsernamePasswordCredentials
record class.