Uses of Interface
com.docspring.auth.Authentication
Packages that use Authentication
-
Uses of Authentication in com.docspring
Fields in com.docspring with type parameters of type AuthenticationMethods in com.docspring that return AuthenticationModifier and TypeMethodDescriptionApiClient.getAuthentication(String authName) Get authentication for the given name.Methods in com.docspring that return types with arguments of type AuthenticationModifier and TypeMethodDescriptionApiClient.getAuthentications()Get authentications (key: authentication name, value: authentication).Constructor parameters in com.docspring with type arguments of type AuthenticationModifierConstructorDescriptionApiClient(Map<String, Authentication> authMap) Constructs a new ApiClient with the specified authentication parameters. -
Uses of Authentication in com.docspring.auth
Classes in com.docspring.auth that implement Authentication