Uses of Class
com.adobe.pdfservices.operation.internal.auth.AuthenticationMethod
-
Packages that use AuthenticationMethod Package Description com.adobe.pdfservices.operation.internal.auth com.adobe.pdfservices.operation.internal.http -
-
Uses of AuthenticationMethod in com.adobe.pdfservices.operation.internal.auth
Methods in com.adobe.pdfservices.operation.internal.auth that return AuthenticationMethod Modifier and Type Method Description static AuthenticationMethodAuthenticationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationMethod[]AuthenticationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuthenticationMethod in com.adobe.pdfservices.operation.internal.http
Methods in com.adobe.pdfservices.operation.internal.http that return AuthenticationMethod Modifier and Type Method Description AuthenticationMethodBaseHttpRequest. getAuthMethod()AuthenticationMethodBaseMultipartRequest. getAuthMethod()AuthenticationMethodHttpRequest. getAuthMethod()Methods in com.adobe.pdfservices.operation.internal.http with parameters of type AuthenticationMethod Modifier and Type Method Description HttpRequestBaseHttpRequest. withAuthenticationMethod(AuthenticationMethod authMethod)MultiPartRequestBaseMultipartRequest. withAuthenticationMethod(AuthenticationMethod authMethod)HttpRequestHttpRequest. withAuthenticationMethod(AuthenticationMethod authMethod)
-