Package com.microsoft.graph.models
Class SamlOrWsFedProvider
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.IdentityProviderBase
com.microsoft.graph.models.SamlOrWsFedProvider
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
- Direct Known Subclasses:
InternalDomainFederation,SamlOrWsFedExternalDomainFederation
@Generated("com.microsoft.kiota")
public class SamlOrWsFedProvider
extends IdentityProviderBase
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SamlOrWsFedProvidercreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueThe deserialization information for the current modelGets the issuerUri property value.Gets the metadataExchangeUri property value.Gets the passiveSignInUri property value.Gets the preferredAuthenticationProtocol property value.Gets the signingCertificate property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetIssuerUri(String value) Sets the issuerUri property value.voidsetMetadataExchangeUri(String value) Sets the metadataExchangeUri property value.voidsetPassiveSignInUri(String value) Sets the passiveSignInUri property value.voidSets the preferredAuthenticationProtocol property value.voidsetSigningCertificate(String value) Sets the signingCertificate property value.Methods inherited from class com.microsoft.graph.models.IdentityProviderBase
getDisplayName, setDisplayNameMethods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
SamlOrWsFedProvider
public SamlOrWsFedProvider()Instantiates a newSamlOrWsFedProviderand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static SamlOrWsFedProvider createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode- The parse node to use to read the discriminator value and create the object- Returns:
- a
SamlOrWsFedProvider
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classIdentityProviderBase- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getIssuerUri
Gets the issuerUri property value. Issuer URI of the federation server.- Returns:
- a
String
-
getMetadataExchangeUri
Gets the metadataExchangeUri property value. URI of the metadata exchange endpoint used for authentication from rich client applications.- Returns:
- a
String
-
getPassiveSignInUri
Gets the passiveSignInUri property value. URI that web-based clients are directed to when signing in to Microsoft Entra services.- Returns:
- a
String
-
getPreferredAuthenticationProtocol
Gets the preferredAuthenticationProtocol property value. Preferred authentication protocol. The possible values are: wsFed, saml, unknownFutureValue.- Returns:
- a
AuthenticationProtocol
-
getSigningCertificate
Gets the signingCertificate property value. Current certificate used to sign tokens passed to the Microsoft identity platform. The certificate is formatted as a Base64 encoded string of the public portion of the federated IdP's token signing certificate and must be compatible with the X509Certificate2 class. This property is used in the following scenarios: if a rollover is required outside of the autorollover update a new federation service is being set up if the new token signing certificate isn't present in the federation properties after the federation service certificate has been updated. Microsoft Entra ID updates certificates via an autorollover process in which it attempts to retrieve a new certificate from the federation service metadata, 30 days before expiry of the current certificate. If a new certificate isn't available, Microsoft Entra ID monitors the metadata daily and will update the federation settings for the domain when a new certificate is available.- Returns:
- a
String
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object- Specified by:
serializein interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
serializein classIdentityProviderBase- Parameters:
writer- Serialization writer to use to serialize this model
-
setIssuerUri
Sets the issuerUri property value. Issuer URI of the federation server.- Parameters:
value- Value to set for the issuerUri property.
-
setMetadataExchangeUri
Sets the metadataExchangeUri property value. URI of the metadata exchange endpoint used for authentication from rich client applications.- Parameters:
value- Value to set for the metadataExchangeUri property.
-
setPassiveSignInUri
Sets the passiveSignInUri property value. URI that web-based clients are directed to when signing in to Microsoft Entra services.- Parameters:
value- Value to set for the passiveSignInUri property.
-
setPreferredAuthenticationProtocol
Sets the preferredAuthenticationProtocol property value. Preferred authentication protocol. The possible values are: wsFed, saml, unknownFutureValue.- Parameters:
value- Value to set for the preferredAuthenticationProtocol property.
-
setSigningCertificate
Sets the signingCertificate property value. Current certificate used to sign tokens passed to the Microsoft identity platform. The certificate is formatted as a Base64 encoded string of the public portion of the federated IdP's token signing certificate and must be compatible with the X509Certificate2 class. This property is used in the following scenarios: if a rollover is required outside of the autorollover update a new federation service is being set up if the new token signing certificate isn't present in the federation properties after the federation service certificate has been updated. Microsoft Entra ID updates certificates via an autorollover process in which it attempts to retrieve a new certificate from the federation service metadata, 30 days before expiry of the current certificate. If a new certificate isn't available, Microsoft Entra ID monitors the metadata daily and will update the federation settings for the domain when a new certificate is available.- Parameters:
value- Value to set for the signingCertificate property.
-