Class Sso

java.lang.Object
com.okta.sdk.resource.model.Sso
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-09-23T16:19:57.008753975Z[Etc/UTC]", comments="Generator version: 7.8.0") public class Sso extends Object implements Serializable
Supported SSO protocol configurations. You must configure at least one protocol: `oidc` or `saml`
See Also:
  • Field Details

  • Constructor Details

    • Sso

      public Sso()
  • Method Details

    • oidc

      public Sso oidc(Oidc oidc)
    • getOidc

      @Nullable public Oidc getOidc()
      Get oidc
      Returns:
      oidc
    • setOidc

      public void setOidc(Oidc oidc)
    • saml

      public Sso saml(Saml saml)
    • getSaml

      @Nullable public Saml getSaml()
      Get saml
      Returns:
      saml
    • setSaml

      public void setSaml(Saml saml)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object