Class VirtualWanSecurityProvider


  • public final class VirtualWanSecurityProvider
    extends Object
    Collection of SecurityProviders.
    • Constructor Detail

      • VirtualWanSecurityProvider

        public VirtualWanSecurityProvider()
    • Method Detail

      • name

        public String name()
        Get the name property: Name of the security provider.
        Returns:
        the name value.
      • withName

        public VirtualWanSecurityProvider withName​(String name)
        Set the name property: Name of the security provider.
        Parameters:
        name - the name value to set.
        Returns:
        the VirtualWanSecurityProvider object itself.
      • url

        public String url()
        Get the url property: Url of the security provider.
        Returns:
        the url value.
      • withUrl

        public VirtualWanSecurityProvider withUrl​(String url)
        Set the url property: Url of the security provider.
        Parameters:
        url - the url value to set.
        Returns:
        the VirtualWanSecurityProvider object itself.
      • validate

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