Liking cljdoc? Tell your friends :D

jdk.security.URIParameter

A parameter that contains a URI pointing to data intended for a PolicySpi or ConfigurationSpi implementation.

A parameter that contains a URI pointing to data intended for a
PolicySpi or ConfigurationSpi implementation.
raw docstring

->uri-parameterclj

(->uri-parameter uri)

Constructor.

Constructs a URIParameter with the URI pointing to data intended for an SPI implementation.

uri - the URI pointing to the data. - java.net.URI

throws: java.lang.NullPointerException - if the specified URI is null.

Constructor.

Constructs a URIParameter with the URI pointing to
 data intended for an SPI implementation.

uri - the URI pointing to the data. - `java.net.URI`

throws: java.lang.NullPointerException - if the specified URI is null.
raw docstring

get-uriclj

(get-uri this)

Returns the URI.

returns: uri the URI. - java.net.URI

Returns the URI.

returns: uri the URI. - `java.net.URI`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close