Uses of Class
net.shibboleth.idp.cas.service.Service
-
Packages that use Service Package Description net.shibboleth.idp.cas.flow.impl CAS protocol flow implementations.net.shibboleth.idp.cas.proxy.impl CAS protocol proxy implementations.net.shibboleth.idp.cas.service APIs related to CAS services.net.shibboleth.idp.cas.service.impl CAS protocol service implementations. -
-
Uses of Service in net.shibboleth.idp.cas.flow.impl
Fields in net.shibboleth.idp.cas.flow.impl declared as Service Modifier and Type Field Description private ServiceBuildSAMLMetadataContextAction. serviceCAS service.private ServiceCheckProxyAuthorizationAction. serviceCAS service.private ServiceUpdateIdPSessionWithSPSessionAction. serviceCAS service.Methods in net.shibboleth.idp.cas.flow.impl that return Service Modifier and Type Method Description protected ServiceAbstractCASProtocolAction. getCASService(ProfileRequestContext prc)Get the CAS service.private ServiceBuildRelyingPartyContextAction. query(String serviceURL)Query service registry based on URL.Methods in net.shibboleth.idp.cas.flow.impl with parameters of type Service Modifier and Type Method Description protected 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 Service Modifier and Type Method Description protected intHttpClientProxyValidator. connect(URI uri, Service service)Connect to the given CAS proxy callback endpoint and return the HTTP response code.private static voidHttpClientProxyValidator. setCASTLSTrustEngineCriteria(org.apache.http.client.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 Service Modifier and Type Field Description private ServiceServiceContext. serviceMetadataService metadata held by context.Methods in net.shibboleth.idp.cas.service that return Service Modifier and Type Method Description ServiceServiceContext. getService()Get the service metadata held by this context.ServicePatternServiceRegistry. lookup(String serviceURL)ServiceServiceRegistry. lookup(String serviceURL)Looks up a service entry from a service URL.Constructors in net.shibboleth.idp.cas.service with parameters of type Service Constructor Description ServiceContext(Service service)Creates a new instance. -
Uses of Service in net.shibboleth.idp.cas.service.impl
Fields in net.shibboleth.idp.cas.service.impl declared as Service Modifier and Type Field Description private ServiceServiceEntityDescriptor. svcUnderlying CAS service.Methods in net.shibboleth.idp.cas.service.impl that return Service Modifier and Type Method Description protected ServiceMetadataServiceRegistry. create(String serviceURL, SPSSODescriptor role)Create a CASServicefrom an input service URL and the matchingRoleDescriptorthat was resolved from the metadata source.ServiceMetadataServiceRegistry. lookup(String serviceURL)ServiceReloadingServiceRegistry. lookup(String serviceURL)Constructors in net.shibboleth.idp.cas.service.impl with parameters of type Service Constructor Description ServiceEntityDescriptor(Service service)Creates a new instance that wraps the given CAS service.
-