Uses of Class
org.apache.jena.atlas.web.AuthScheme
-
Packages that use AuthScheme Package Description org.apache.jena.atlas.web -
-
Uses of AuthScheme in org.apache.jena.atlas.web
Methods in org.apache.jena.atlas.web that return AuthScheme Modifier and Type Method Description static AuthSchemeAuthScheme. scheme(java.lang.String name)static AuthSchemeAuthScheme. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuthScheme[]AuthScheme. values()Returns an array containing the constants of this enum type, in the order they are declared.
-