Class DicomServiceAuthenticationConfiguration


  • public final class DicomServiceAuthenticationConfiguration
    extends Object
    Authentication configuration information.
    • Constructor Detail

      • DicomServiceAuthenticationConfiguration

        public DicomServiceAuthenticationConfiguration()
    • Method Detail

      • authority

        public String authority()
        Get the authority property: The authority url for the service.
        Returns:
        the authority value.
      • audiences

        public List<String> audiences()
        Get the audiences property: The audiences for the service.
        Returns:
        the audiences value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.