Uses of Class
net.webpdf.wsclient.openapi.PortalUserStorage
-
Packages that use PortalUserStorage Package Description net.webpdf.wsclient.openapi -
-
Uses of PortalUserStorage in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return PortalUserStorage Modifier and Type Method Description static PortalUserStoragePortalUserStorage. fromValue(String value)@Nullable PortalUserStoragePortalLocalAuth. getUserStorage()Get userStoragestatic PortalUserStoragePortalUserStorage. valueOf(String name)Returns the enum constant of this type with the specified name.static PortalUserStorage[]PortalUserStorage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type PortalUserStorage Modifier and Type Method Description voidPortalLocalAuth. setUserStorage(PortalUserStorage userStorage)PortalLocalAuthPortalLocalAuth. userStorage(PortalUserStorage userStorage)
-