public class SSOProxyService extends EventHandlerBase
config| Constructor and Description |
|---|
SSOProxyService() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doesHandle(JRadiusEvent event) |
String |
getCipherKey() |
String |
getCipherType() |
String |
getDefaultURL() |
boolean |
handle(JRadiusEvent event) |
void |
setCipherKey(String cipherKey) |
void |
setCipherType(String cipherType) |
void |
setDefaultURL(String defaultURL) |
execute, getName, setConfig, setNamepublic boolean doesHandle(JRadiusEvent event)
doesHandle in interface JRCommanddoesHandle in class EventHandlerBasepublic boolean handle(JRadiusEvent event) throws Exception
handle in interface EventHandlerhandle in class EventHandlerBaseExceptionpublic String getCipherKey()
public void setCipherKey(String cipherKey)
public String getCipherType()
public void setCipherType(String cipherType)
public String getDefaultURL()
public void setDefaultURL(String defaultURL)
Copyright © 2017. All rights reserved.