Scheme ====== .. java:package:: org.motechproject.security.constants :noindex: .. java:type:: public enum Scheme Enumeration of scheme supported by the module Enum Constants -------------- BASIC ^^^^^ .. java:field:: public static final Scheme BASIC :outertype: Scheme NO_SECURITY ^^^^^^^^^^^ .. java:field:: public static final Scheme NO_SECURITY :outertype: Scheme OATH ^^^^ .. java:field:: public static final Scheme OATH :outertype: Scheme not supported yet OPEN_ID ^^^^^^^ .. java:field:: public static final Scheme OPEN_ID :outertype: Scheme USERNAME_PASSWORD ^^^^^^^^^^^^^^^^^ .. java:field:: public static final Scheme USERNAME_PASSWORD :outertype: Scheme