Uses of Class
net.shibboleth.idp.cas.service.Service
Packages that use Service
Package
Description
CAS protocol flow implementations.
CAS protocol proxy implementations.
APIs related to CAS services.
CAS protocol service implementations.
-
Uses of Service in net.shibboleth.idp.cas.flow.impl
Fields in net.shibboleth.idp.cas.flow.impl declared as ServiceModifier and TypeFieldDescriptionprivate ServiceBuildSAMLMetadataContextAction.serviceCAS service.private ServiceCheckProxyAuthorizationAction.serviceCAS service.private ServiceUpdateIdPSessionWithSPSessionAction.serviceCAS service.Methods in net.shibboleth.idp.cas.flow.impl that return ServiceModifier and TypeMethodDescriptionprotected ServiceAbstractCASProtocolAction.getCASService(ProfileRequestContext prc) Get the CAS service.BuildSAMLMetadataContextAction.getService()Null safe getter.private ServiceQuery service registry based on URL.Methods in net.shibboleth.idp.cas.flow.impl with parameters of type ServiceModifier and TypeMethodDescriptionprotected voidAbstractCASProtocolAction.setCASService(ProfileRequestContext prc, Service service) Set the CAS service. -
Uses of Service in net.shibboleth.idp.cas.proxy.impl
Methods in net.shibboleth.idp.cas.proxy.impl with parameters of type ServiceModifier and TypeMethodDescriptionprotected intConnect to the given CAS proxy callback endpoint and return the HTTP response code.private static voidHttpClientProxyValidator.setCASTLSTrustEngineCriteria(org.apache.hc.client5.http.protocol.HttpClientContext context, URI requestUri, Service service) Install TLS trust criteria. -
Uses of Service in net.shibboleth.idp.cas.service
Fields in net.shibboleth.idp.cas.service declared as ServiceModifier and TypeFieldDescriptionprivate final ServiceServiceContext.serviceMetadataService metadata held by context.Methods in net.shibboleth.idp.cas.service that return ServiceModifier and TypeMethodDescriptionServiceContext.getService()Get the service metadata held by this context.Looks up a service entry from a service URL.Looks up a service entry from a service URL.Constructors in net.shibboleth.idp.cas.service with parameters of type Service -
Uses of Service in net.shibboleth.idp.cas.service.impl
Fields in net.shibboleth.idp.cas.service.impl declared as ServiceModifier and TypeFieldDescriptionprivate final ServiceServiceEntityDescriptor.svcUnderlying CAS service.Methods in net.shibboleth.idp.cas.service.impl that return ServiceModifier and TypeMethodDescriptionprotected ServiceMetadataServiceRegistry.create(String serviceURL, SPSSODescriptor role) Create a CASServicefrom an input service URL and the matchingRoleDescriptorthat was resolved from the metadata source.Looks up a service entry from a service URL.Looks up a service entry from a service URL.Constructors in net.shibboleth.idp.cas.service.impl with parameters of type ServiceModifierConstructorDescriptionServiceEntityDescriptor(Service service) Creates a new instance that wraps the given CAS service.