public class GateInAuthenticationHandler
extends org.jasig.cas.authentication.AbstractAuthenticationHandler
| Constructor and Description |
|---|
GateInAuthenticationHandler() |
| Modifier and Type | Method and Description |
|---|---|
org.jasig.cas.authentication.HandlerResult |
authenticate(org.jasig.cas.authentication.Credential credential) |
String |
getGateInContext() |
String |
getGateInHost() |
String |
getGateInPort() |
String |
getGateInProtocol() |
String |
getHttpMethod() |
void |
setGateInContext(String gateInContext) |
void |
setGateInHost(String gateInHost) |
void |
setGateInPort(String gateInPort) |
void |
setGateInProtocol(String gateInProtocol) |
void |
setHttpMethod(String httpMethod) |
boolean |
supports(org.jasig.cas.authentication.Credential credential) |
public org.jasig.cas.authentication.HandlerResult authenticate(org.jasig.cas.authentication.Credential credential)
throws GeneralSecurityException,
org.jasig.cas.authentication.PreventedException
GeneralSecurityExceptionorg.jasig.cas.authentication.PreventedExceptionpublic boolean supports(org.jasig.cas.authentication.Credential credential)
public String getGateInProtocol()
public void setGateInProtocol(String gateInProtocol)
public String getGateInHost()
public void setGateInHost(String gateInHost)
public String getGateInPort()
public void setGateInPort(String gateInPort)
public String getGateInContext()
public void setGateInContext(String gateInContext)
public String getHttpMethod()
public void setHttpMethod(String httpMethod)
Copyright © 2019 JBoss by Red Hat. All Rights Reserved.