Package com.tailf.dp.annotations
Annotation Interface AuthCallback
Annotation class for Auth Callbacks Attribute are callType
- 
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionSpecifies the types of authentication callbacks this method should handle. 
- 
Element Details
- 
callType
AuthCBType[] callTypeSpecifies the types of authentication callbacks this method should handle.This attribute defines when the annotated method should be invoked by the authentication framework. Multiple callback types can be specified if the same method should handle different types of authentication events.
- Returns:
 - an array of 
AuthCBTypevalues indicating the authentication callback types that this method should handle 
 
 -