Class GetDefaultIdentityProviderResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.192-07:00")
    public class GetDefaultIdentityProviderResponse
    extends CdpResponse
    Response object to get the default identity provider.
    • Constructor Detail

      • GetDefaultIdentityProviderResponse

        public GetDefaultIdentityProviderResponse()
    • Method Detail

      • getCrn

        public String getCrn()
        Getter for crn. The CRN of the identity provider used for CDP initiated login requests. The CRN could be a user defined identity provider's CRN or one of the CDP built-ins (like Cloudera SSO). To retrieve more information about your own user-defined saml providers (or other provider types, not the default ones) call the relevant describeXXXProvider, e.g. for SAML providers call describeSamlProvider.
      • setCrn

        public void setCrn​(String crn)
        Setter for crn. The CRN of the identity provider used for CDP initiated login requests. The CRN could be a user defined identity provider's CRN or one of the CDP built-ins (like Cloudera SSO). To retrieve more information about your own user-defined saml providers (or other provider types, not the default ones) call the relevant describeXXXProvider, e.g. for SAML providers call describeSamlProvider.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object