Uses of Interface
net.shibboleth.idp.cas.proxy.ProxyValidator
Packages that use ProxyValidator
Package
Description
CAS protocol flow implementations.
CAS protocol proxy implementations.
-
Uses of ProxyValidator in net.shibboleth.idp.cas.flow.impl
Fields in net.shibboleth.idp.cas.flow.impl declared as ProxyValidatorModifier and TypeFieldDescriptionprivate final ProxyValidatorValidateProxyCallbackAction.proxyValidatorValidates the proxy callback endpoint.Constructors in net.shibboleth.idp.cas.flow.impl with parameters of type ProxyValidatorModifierConstructorDescriptionValidateProxyCallbackAction(ProxyValidator validator, TicketService ticketService) Constructor. -
Uses of ProxyValidator in net.shibboleth.idp.cas.proxy.impl
Classes in net.shibboleth.idp.cas.proxy.impl that implement ProxyValidatorModifier and TypeClassDescriptionclassAuthenticates a CAS proxy callback endpoint using anHttpClientinstance to establish the connection and aTrustEngineto verify the TLS certificate presented by the remote peer.