Interface UserAuthenticationMethod

All Known Implementing Classes:
HttpRequestAttributeAuthenticationMethod, ResourceUserAuthenticationMethod, SessionUserAuthenticationMethod

public interface UserAuthenticationMethod
Represents a supported authentication method. This returns an instance of User if authenticaion is successful, and throws and instance of ForbiddenException in theevent of a failure. Created by patricktwohig on 6/26/17.