Uses of Interface
com.intergral.deep.agent.api.auth.IAuthProvider
-
Packages that use IAuthProvider Package Description com.intergral.deep.agent.api.auth -
-
Uses of IAuthProvider in com.intergral.deep.agent.api.auth
Classes in com.intergral.deep.agent.api.auth that implement IAuthProvider Modifier and Type Class Description class
BasicAuthProvider
This is anIAuthProvider
that will attach basic authorization to the outbound requests.
-