public class Cas20Protocol extends CasProtocol
| Modifier and Type | Class and Description |
|---|---|
static class |
Cas20Protocol.DescriptorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
Boolean |
proxyAllowAny |
String |
proxyAllowList |
Boolean |
proxyEnabled |
artifactParameter, authoritiesAttribute, authoritiesAttributes, customValidationParams, customValidationParamsMap, emailAttribute, fullNameAttribute| Constructor and Description |
|---|
Cas20Protocol(String authoritiesAttribute,
String fullNameAttribute,
String emailAttribute)
Deprecated.
|
Cas20Protocol(String authoritiesAttribute,
String fullNameAttribute,
String emailAttribute,
Boolean proxyEnabled,
Boolean proxyAllowAny,
String proxyAllowList)
Deprecated.
|
Cas20Protocol(String authoritiesAttribute,
String fullNameAttribute,
String emailAttribute,
String customValidationParams,
Boolean proxyEnabled,
Boolean proxyAllowAny,
String proxyAllowList) |
| Modifier and Type | Method and Description |
|---|---|
org.jasig.cas.client.validation.TicketValidator |
createTicketValidator(String casServerUrl)
Create a TicketValidator used to validate a CAS response.
|
all, createServiceProperties, getArtifactParameter, getAuthoritiesAttribute, getAuthoritiesAttributes, getCustomValidationParams, getCustomValidationParamsMap, getEmailAttribute, getFullNameAttributegetDescriptorpublic final Boolean proxyEnabled
public final Boolean proxyAllowAny
public final String proxyAllowList
@Deprecated public Cas20Protocol(String authoritiesAttribute, String fullNameAttribute, String emailAttribute)
@Deprecated public Cas20Protocol(String authoritiesAttribute, String fullNameAttribute, String emailAttribute, Boolean proxyEnabled, Boolean proxyAllowAny, String proxyAllowList)
public org.jasig.cas.client.validation.TicketValidator createTicketValidator(String casServerUrl)
CasProtocolcreateTicketValidator in class CasProtocolcasServerUrl - CAS server URL prefixCopyright © 2016–2022. All rights reserved.