Uses of Record Class
com.peterphi.std.guice.restclient.resteasy.impl.ResteasyClientFactoryImpl.AuthScope
-
Uses of ResteasyClientFactoryImpl.AuthScope in com.peterphi.std.guice.restclient.resteasy.impl
Modifier and TypeMethodDescriptionResteasyClientFactoryImpl.AuthCredential.scope()
ResteasyClientFactoryImpl.BearerTokenCredentials.scope()
Returns the value of thescope
record component.ResteasyClientFactoryImpl.UsernamePasswordCredentials.scope()
Returns the value of thescope
record component.ModifierConstructorDescriptionCreates an instance of aBearerTokenCredentials
record class.UsernamePasswordCredentials
(ResteasyClientFactoryImpl.AuthScope scope, String username, String password, boolean preempt) Creates an instance of aUsernamePasswordCredentials
record class.