net.sf.jradius.webservice
Class SSOProxyService

java.lang.Object
  extended by net.sf.jradius.handler.EventHandlerBase
      extended by net.sf.jradius.webservice.SSOProxyService
All Implemented Interfaces:
JRCommand, EventHandler, org.apache.commons.chain.Command

public class SSOProxyService
extends EventHandlerBase


Field Summary
 
Fields inherited from class net.sf.jradius.handler.EventHandlerBase
config
 
Constructor Summary
SSOProxyService()
           
 
Method Summary
 boolean doesHandle(JRadiusEvent event)
          Tests whether or not this handler handles the given JRadiusEvent.
 java.lang.String getCipherKey()
           
 java.lang.String getCipherType()
           
 java.lang.String getDefaultURL()
           
 boolean handle(JRadiusEvent event)
           
 void setCipherKey(java.lang.String cipherKey)
           
 void setCipherType(java.lang.String cipherType)
           
 void setDefaultURL(java.lang.String defaultURL)
           
 
Methods inherited from class net.sf.jradius.handler.EventHandlerBase
execute, getName, setConfig, setName, splitUserName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSOProxyService

public SSOProxyService()
Method Detail

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.