Uses of Class
odata.msgraph.client.enums.AuthenticationProtocol
-
Packages that use AuthenticationProtocol Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of AuthenticationProtocol in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AuthenticationProtocol Modifier and Type Field Description protected AuthenticationProtocolSamlOrWsFedProvider. preferredAuthenticationProtocolMethods in odata.msgraph.client.entity that return types with arguments of type AuthenticationProtocol Modifier and Type Method Description Optional<AuthenticationProtocol>SamlOrWsFedProvider. getPreferredAuthenticationProtocol()Methods in odata.msgraph.client.entity with parameters of type AuthenticationProtocol Modifier and Type Method Description InternalDomainFederation.BuilderInternalDomainFederation.Builder. preferredAuthenticationProtocol(AuthenticationProtocol preferredAuthenticationProtocol)SamlOrWsFedExternalDomainFederation.BuilderSamlOrWsFedExternalDomainFederation.Builder. preferredAuthenticationProtocol(AuthenticationProtocol preferredAuthenticationProtocol)SamlOrWsFedProviderSamlOrWsFedProvider. withPreferredAuthenticationProtocol(AuthenticationProtocol preferredAuthenticationProtocol) -
Uses of AuthenticationProtocol in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return AuthenticationProtocol Modifier and Type Method Description static AuthenticationProtocolAuthenticationProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationProtocol[]AuthenticationProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.
-