org.apache.cocoon.shiro.rest
Class AbstractShiroLogout

java.lang.Object
  extended by org.apache.cocoon.shiro.rest.AbstractShiroLogout
All Implemented Interfaces:
Get
Direct Known Subclasses:
Logout

public abstract class AbstractShiroLogout
extends Object
implements Get


Field Summary
protected  String to
           
 
Constructor Summary
AbstractShiroLogout()
           
 
Method Summary
 RestResponse doGet()
           
protected abstract  String getDefaultTo()
           
protected  String getTo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

to

protected String to
Constructor Detail

AbstractShiroLogout

public AbstractShiroLogout()
Method Detail

getDefaultTo

protected abstract String getDefaultTo()

doGet

public RestResponse doGet()
                   throws Exception
Specified by:
doGet in interface Get
Throws:
Exception

getTo

protected String getTo()


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.