Uses of Enum Class
org.eclipse.lyo.server.oauth.core.consumer.LyoOAuthConsumer.OAuthVersion
Packages that use LyoOAuthConsumer.OAuthVersion
-
Uses of LyoOAuthConsumer.OAuthVersion in org.eclipse.lyo.server.oauth.core.consumer
Methods in org.eclipse.lyo.server.oauth.core.consumer that return LyoOAuthConsumer.OAuthVersionModifier and TypeMethodDescriptionLyoOAuthConsumer.getOAuthVersion()Gets the OAuth version that the consumer supports.Returns the enum constant of this class with the specified name.static LyoOAuthConsumer.OAuthVersion[]LyoOAuthConsumer.OAuthVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.lyo.server.oauth.core.consumer with parameters of type LyoOAuthConsumer.OAuthVersionModifier and TypeMethodDescriptionvoidLyoOAuthConsumer.setOAuthVersion(LyoOAuthConsumer.OAuthVersion oAuthVersion) Sets the OAuth version that the consumer supports.