Uses of Enum
com.microsoft.graph.models.AuthenticationProtocol
Packages that use AuthenticationProtocol
-
Uses of AuthenticationProtocol in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AuthenticationProtocolModifier and TypeMethodDescriptionstatic AuthenticationProtocolSamlOrWsFedProvider.getPreferredAuthenticationProtocol()Gets the preferredAuthenticationProtocol property value.static AuthenticationProtocolReturns 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.Methods in com.microsoft.graph.models with parameters of type AuthenticationProtocolModifier and TypeMethodDescriptionvoidSamlOrWsFedProvider.setPreferredAuthenticationProtocol(AuthenticationProtocol value) Sets the preferredAuthenticationProtocol property value.