Searched defs:Authentication (Results 1 - 2 of 2) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/client/security/
H A DAuthentication.java30 public interface Authentication interface
/external/jetty/src/java/org/eclipse/jetty/server/
H A DAuthentication.java28 /** The Authentication state of a request.
30 * The Authentication state can be one of several sub-types that
32 * cycles. Authentication might not yet be checked or it might be checked
36 public interface Authentication interface
39 /** A successful Authentication with User information.
41 public interface User extends Authentication
53 public interface Wrapped extends Authentication
63 public interface Deferred extends Authentication
69 * @return The new Authentication state.
71 Authentication authenticat
[all...]

Completed in 116 milliseconds