net.sf.jradius.webservice
Class SSOProxyService
java.lang.Object
net.sf.jradius.handler.EventHandlerBase
net.sf.jradius.webservice.SSOProxyService
- All Implemented Interfaces:
- JRCommand, EventHandler, org.apache.commons.chain.Command
public class SSOProxyService
- extends EventHandlerBase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSOProxyService
public SSOProxyService()
doesHandle
public boolean doesHandle(JRadiusEvent event)
- Description copied from interface:
JRCommand
- Tests whether or not this handler handles the given JRadiusEvent.
- Specified by:
doesHandle
in interface JRCommand
- Overrides:
doesHandle
in class EventHandlerBase
- Parameters:
event
- The JRadiusEvent (or JRadiusRequest) to be checked
- Returns:
- Returns true if this handler should handle the given event
handle
public boolean handle(JRadiusEvent event)
throws java.lang.Exception
- Specified by:
handle
in interface EventHandler
- Specified by:
handle
in class EventHandlerBase
- Throws:
java.lang.Exception
getCipherKey
public java.lang.String getCipherKey()
setCipherKey
public void setCipherKey(java.lang.String cipherKey)
getCipherType
public java.lang.String getCipherType()
setCipherType
public void setCipherType(java.lang.String cipherType)
getDefaultURL
public java.lang.String getDefaultURL()
setDefaultURL
public void setDefaultURL(java.lang.String defaultURL)
Copyright © 2006 The JRadius Project, All Rights Reserved.