public class SSOProxyService extends EventHandlerBase
config| 构造器和说明 |
|---|
SSOProxyService() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 JRCommanddoesHandle 在类中 EventHandlerBasepublic boolean handle(JRadiusEvent event) throws Exception
handle 在接口中 EventHandlerhandle 在类中 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 © 2016. All rights reserved.