Package com.okta.sdk.resource.model
Class SamlTrustCredentials
java.lang.Object
com.okta.sdk.resource.model.SamlTrustCredentials
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class SamlTrustCredentials
extends Object
implements Serializable
Federation Trust Credentials for verifying assertions from the IdP
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
URI that identifies the target Okta IdP instance (SP) for an `<Assertion>`URI that identifies the issuer (IdP) of a `<SAMLResponse>` message `<Assertion>` elementgetKid()
IdP Key Credential reference to the Okta X.509 signature certificateint
hashCode()
void
setAudience
(String audience) void
void
toString()
-
Field Details
-
JSON_PROPERTY_AUDIENCE
- See Also:
-
JSON_PROPERTY_ISSUER
- See Also:
-
JSON_PROPERTY_KID
- See Also:
-
-
Constructor Details
-
SamlTrustCredentials
public SamlTrustCredentials()
-
-
Method Details
-
audience
-
getAudience
URI that identifies the target Okta IdP instance (SP) for an `<Assertion>`- Returns:
- audience
-
setAudience
-
issuer
-
getIssuer
URI that identifies the issuer (IdP) of a `<SAMLResponse>` message `<Assertion>` element- Returns:
- issuer
-
setIssuer
-
kid
-
getKid
IdP Key Credential reference to the Okta X.509 signature certificate- Returns:
- kid
-
setKid
-
equals
-
hashCode
public int hashCode() -
toString
-