Package org.wildfly.common.net
Class URIs
java.lang.Object
org.wildfly.common.net.URIs
Deprecated, for removal: This API element is subject to removal in a future version.
URI-specific utilities.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetUserFromURI(URI uri) Deprecated, for removal: This API element is subject to removal in a future version.UseURIs.getUserFromURI(URI)instead.
-
Method Details
-
getUserFromURI
Deprecated, for removal: This API element is subject to removal in a future version.UseURIs.getUserFromURI(URI)instead.Get the user name information from a URI, if any.- Parameters:
uri- the URI- Returns:
- the user name, or
nullif the URI did not contain a recoverable user name
-
URIsinstead.