com.ibm.commerce.rest.javadoc

Annotation Type Authentication


  • Deprecated. 
    Security requirements are now extracted from the configuration file directly.

    @Deprecated
     @Target(value=METHOD)
     @Retention(value=RUNTIME)
    public @interface Authentication
    Deprecated tag to indicate if the API mandates authenticated users or mandates HTTPS.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element and Description
      java.lang.String value
      Deprecated. 
       
    • Element Detail

      • value

        public abstract java.lang.String value
        Deprecated. 
        Returns:
        a String in the form of {HTTP/HTTPS},{yes/no}