public interface CanonicalUri
Modifier and Type | Method and Description |
---|---|
String |
getAbsolutePath()
Returns a fully-qualified URI without
query or fragment components. |
com.okta.commons.http.QueryString |
getQuery()
Returns the URI's canonical
query representation or null if there is no query component. |
boolean |
hasQuery()
Returns
true if the URI has a query component, false otherwise. |
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.