Uses of Class
net.shibboleth.idp.cas.service.Service
-
Packages that use Service Package Description net.shibboleth.idp.cas.service APIs related to CAS services. -
-
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.
-