net.jradius.webservice
Class SSOProxyService

java.lang.Object
  extended by net.jradius.handler.EventHandlerBase
      extended by 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


Field Summary
 
Fields inherited from class net.jradius.handler.EventHandlerBase
config
 
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
 
Constructor Summary
SSOProxyService()
           
 
Method Summary
 boolean doesHandle(net.jradius.server.JRadiusEvent event)
           
 java.lang.String getCipherKey()
           
 java.lang.String getCipherType()
           
 java.lang.String getDefaultURL()
           
 boolean handle(net.jradius.server.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.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
 

Constructor Detail

SSOProxyService

public SSOProxyService()
Method Detail

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.