Interface ServiceRegistry

  • All Known Implementing Classes:
    PatternServiceRegistry

    public interface ServiceRegistry
    Registry for explicitly verified CAS services (relying parties).
    • Method Detail

      • lookup

        @Nullable
        Service lookup​(@Nonnull
                       String serviceURL)
        Looks up a service entry from a service URL.
        Parameters:
        serviceURL - Non-null CAS service URL.
        Returns:
        Service found in registry or null if no match found.