Top Description Fields Constructors Methods
java.security

public Class URIParameter

extends Object
implements Parameters, Parameters
Class Inheritance
All Implemented Interfaces
javax.security.auth.login.Configuration.Parameters, java.security.Policy.Parameters
Annotations
@SuppressWarnings:removal

References Deprecated

Policy.Parameters is deprecated or references (maybe indirectly) at least one deprecated element.

See corresponding docs for further information.

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

Field Summary

Modifier and TypeField and Description
private final URI

Constructor Summary

AccessConstructor and Description
public
URIParameter(URI
the URI pointing to the data.
uri
)

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

Method Summary

Modifier and TypeMethod and Description
public URI

Returns:

uri the URI.
getURI
()

Returns the URI.

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

uriback to summary
private final URI uri

Constructor Detail

URIParameterback to summary
public URIParameter(URI uri)

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

Parameters
uri:URI

the URI pointing to the data.

Exceptions
NullPointerException:
if the specified URI is null.

Method Detail

getURIback to summary
public URI getURI()

Returns the URI.

Returns:URI

uri the URI.