Uses of Class
org.wildfly.extension.picketlink.idm.Namespace
-
Packages that use Namespace Package Description org.wildfly.extension.picketlink.idm -
-
Uses of Namespace in org.wildfly.extension.picketlink.idm
Fields in org.wildfly.extension.picketlink.idm declared as Namespace Modifier and Type Field Description static NamespaceNamespace. CURRENTMethods in org.wildfly.extension.picketlink.idm that return Namespace Modifier and Type Method Description static NamespaceNamespace. forUri(String uri)Converts the specified uri to aNamespace.static NamespaceNamespace. valueOf(String name)Returns the enum constant of this type with the specified name.static Namespace[]Namespace. values()Returns an array containing the constants of this enum type, in the order they are declared.
-