Class DomainControlCenterSsoRequestInner


  • public final class DomainControlCenterSsoRequestInner
    extends Object
    Single sign-on request information for domain management.
    • Constructor Detail

      • DomainControlCenterSsoRequestInner

        public DomainControlCenterSsoRequestInner()
    • Method Detail

      • url

        public String url()
        Get the url property: URL where the single sign-on request is to be made.
        Returns:
        the url value.
      • postParameterKey

        public String postParameterKey()
        Get the postParameterKey property: Post parameter key.
        Returns:
        the postParameterKey value.
      • postParameterValue

        public String postParameterValue()
        Get the postParameterValue property: Post parameter value. Client should use 'application/x-www-form-urlencoded' encoding for this value.
        Returns:
        the postParameterValue value.
      • validate

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