|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.irm.engine.types.core.status.StatusPageRedirectTarget
public class StatusPageRedirectTarget
Status Page Redirect Target type. The redirect target contains the information required to redirect a status page request to another location.
Status Page Redirect Target instances can be serialized as an XML document. This XML document can also be used to recreate a Status Page Redirect Target object. The following XML document shows an example Status Page Redirect Target in XML form.
<?xml version="1.0" encoding="UTF-8"?>
<core:StatusPageRedirectTarget xmlns:core="http://xmlns.oracle.com/irm/core">
<uri>http://irm.example.com/status</uri>
<method>GET</method>
</core:StatusPageRedirectTarget>
| Nested Class Summary | |
|---|---|
static class |
StatusPageRedirectTarget.HTTPMethodHTTP Method enumeration. |
| Constructor Summary | |
|---|---|
StatusPageRedirectTarget()No argument constructor. |
|
StatusPageRedirectTarget(URI uri, StatusPageRedirectTarget.HTTPMethod method)Constructor. |
|
| Method Summary | |
|---|---|
StatusPageRedirectTarget.HTTPMethod |
getMethod()The redirection method to use. |
URI |
getUri()The redirection URI. |
void |
setMethod(StatusPageRedirectTarget.HTTPMethod value)The redirection method to use. |
void |
setUri(URI value)The redirection URI. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatusPageRedirectTarget()
public StatusPageRedirectTarget(URI uri,
StatusPageRedirectTarget.HTTPMethod method)
| Method Detail |
|---|
public URI getUri()
public void setUri(URI value)
value - the new value for the property.public StatusPageRedirectTarget.HTTPMethod getMethod()
public void setMethod(StatusPageRedirectTarget.HTTPMethod value)
value - the new value for the property.
|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||