|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.security.URIParameter
public class URIParameter
A parameter that contains a URI pointing to data intended for a PolicySpi or ConfigurationSpi implementation.
Constructor Summary | |
---|---|
URIParameter(URI uri)
Constructs a URIParameter with the URI pointing to data intended for an SPI implementation. |
Method Summary | |
---|---|
URI |
getURI()
Returns the URI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public URIParameter(URI uri)
uri
- the URI pointing to the data.
NullPointerException
- if the specified URI is null.Method Detail |
---|
public URI getURI()
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.