Searched refs:ResponseSent (Results 1 – 5 of 5) sorted by relevance
98 public interface ResponseSent extends Authentication interface105 public interface Challenge extends ResponseSent112 public interface Failure extends ResponseSent116 public interface SendSuccess extends ResponseSent
2034 return !(_authentication instanceof Authentication.ResponseSent); in authenticate()
70 …cation instanceof Authentication.User) && !(authentication instanceof Authentication.ResponseSent)) in authenticate()
489 …c static class FormAuthentication extends UserAuthentication implements Authentication.ResponseSent
500 if (authentication instanceof Authentication.ResponseSent) in handle()