Uses of Class
net.webpdf.wsclient.openapi.AuthProvider
-
Packages that use AuthProvider Package Description net.webpdf.wsclient.openapi -
-
Uses of AuthProvider in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return AuthProvider Modifier and Type Method Description AuthProviderAuthProvider. applicationId(String applicationId)AuthProviderAuthProvider. clientId(String clientId)AuthProviderAuthProvider. displayName(String displayName)AuthProviderAuthProvider. id(String id)AuthProviderAuthProvider. logout(ServerConfigOAuthProviderLogout logout)AuthProviderAuthProvider. name(AuthProvider.NameEnum name)AuthProviderAuthProvider. oidc(OAuthOIDCMetadata oidc)AuthProviderAuthProvider. scope(String scope)Methods in net.webpdf.wsclient.openapi that return types with arguments of type AuthProvider Modifier and Type Method Description @Nullable List<AuthProvider>PortalInformation. getOauth()Get oauthMethods in net.webpdf.wsclient.openapi with parameters of type AuthProvider Modifier and Type Method Description PortalInformationPortalInformation. addOauthItem(AuthProvider oauthItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type AuthProvider Modifier and Type Method Description PortalInformationPortalInformation. oauth(List<AuthProvider> oauth)voidPortalInformation. setOauth(List<AuthProvider> oauth)
-