org.oasisopen.sca.annotation
Annotation Type Authentication


@Inherited
@Target(value={TYPE,FIELD,METHOD,PARAMETER})
@Retention(value=RUNTIME)
public @interface Authentication

The @Authentication annotation is used to indicate that the invocation requires authentication.


Optional Element Summary
 java.lang.String[] value
          List of authentication qualifiers (such as "message" or "transport").
 

value

public abstract java.lang.String[] value
List of authentication qualifiers (such as "message" or "transport").

Returns:
authentication qualifiers
Default:
""