public interface CanonicalUri
| Modifier and Type | Method and Description | 
|---|---|
| String | getAbsolutePath()Returns a fully-qualified URI without  queryorfragmentcomponents. | 
| com.okta.commons.http.QueryString | getQuery()Returns the URI's canonical  queryrepresentation ornullif there is no query component. | 
| boolean | hasQuery()Returns  trueif the URI has aquerycomponent,falseotherwise. | 
String getAbsolutePath()
query or fragment components.query or fragment components.boolean hasQuery()
true if the URI has a query component, false otherwise.true if the URI has a query component, false otherwise.com.okta.commons.http.QueryString getQuery()
query representation or null if there is no query component.query representation or null if there is no query component.Copyright © 2017–2023 Okta. All rights reserved.