public class AuthenticateAnnotationHandler extends AbstractAnnotationHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
NOT_ATTEMPTED |
annoClass, annoResourceFactory, methods| Constructor and Description |
|---|
AuthenticateAnnotationHandler(AnnotationResourceFactory outer) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
authenticate(AnnoPrincipalResource userRes,
DigestResponse digestRequest) |
Boolean |
authenticate(AnnoPrincipalResource userRes,
String requestedPassword) |
boolean |
canAuthenticate(Object source) |
attemptToReadProperty, attemptToSetProperty, getAnnoClass, getControllerMethods, getMethodForType, getSupportedMethods, invoke, isCompatible, parseControllerpublic static final String NOT_ATTEMPTED
public AuthenticateAnnotationHandler(AnnotationResourceFactory outer)
public boolean canAuthenticate(Object source)
public Boolean authenticate(AnnoPrincipalResource userRes, String requestedPassword)
public Boolean authenticate(AnnoPrincipalResource userRes, DigestResponse digestRequest)
Copyright © 2021 McEvoy Software Ltd. All rights reserved.