org.weborganic.bastille.security
Class ProtectedRequest

java.lang.Object
  extended by org.weborganic.bastille.security.ProtectedRequest
All Implemented Interfaces:
Serializable

public final class ProtectedRequest
extends Object
implements Serializable

A URL to save.

Since:
0.6.2
See Also:
Serialized Form

Constructor Summary
ProtectedRequest(String url)
          Creates a new protected request.
 
Method Summary
 String toString()
           
 String url()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProtectedRequest

public ProtectedRequest(String url)
Creates a new protected request.

Parameters:
url - the protected URL to access.
Method Detail

url

public String url()
Returns:
The protected URL to access.

toString

public String toString()
Overrides:
toString in class Object
Returns:
Same as url()