net.jradius.webservice
Class SSOProxyService
java.lang.Object
net.jradius.handler.EventHandlerBase
net.jradius.webservice.SSOProxyService
- All Implemented Interfaces:
- net.jradius.handler.chain.JRCommand, net.jradius.handler.EventHandler, org.apache.commons.chain.Command
public class SSOProxyService
- extends net.jradius.handler.EventHandlerBase
Fields inherited from class net.jradius.handler.EventHandlerBase |
config |
Fields inherited from interface org.apache.commons.chain.Command |
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Methods inherited from class net.jradius.handler.EventHandlerBase |
execute, getName, setConfig, setName |
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(net.jradius.server.JRadiusEvent event)
- Specified by:
doesHandle
in interface net.jradius.handler.chain.JRCommand
- Overrides:
doesHandle
in class net.jradius.handler.EventHandlerBase
handle
public boolean handle(net.jradius.server.JRadiusEvent event)
throws java.lang.Exception
- Specified by:
handle
in interface net.jradius.handler.EventHandler
- Specified by:
handle
in class net.jradius.handler.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 © 2008 JRadius Project, All Rights Reserved.