Uses of Class
org.apache.openmeetings.db.entity.server.OAuthServer.RequestInfoMethod
-
Packages that use OAuthServer.RequestInfoMethod Package Description org.apache.openmeetings.db.entity.server -
-
Uses of OAuthServer.RequestInfoMethod in org.apache.openmeetings.db.entity.server
Methods in org.apache.openmeetings.db.entity.server that return OAuthServer.RequestInfoMethod Modifier and Type Method Description OAuthServer.RequestInfoMethodOAuthServer. getRequestInfoMethod()static OAuthServer.RequestInfoMethodOAuthServer.RequestInfoMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static OAuthServer.RequestInfoMethod[]OAuthServer.RequestInfoMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openmeetings.db.entity.server with parameters of type OAuthServer.RequestInfoMethod Modifier and Type Method Description OAuthServerOAuthServer. setRequestInfoMethod(OAuthServer.RequestInfoMethod method)
-