| Authenticator | Authenticator | |||
|---|---|---|---|---|
| Compiled from "Authenticator.java" | Compiled from "Authenticator.java" | |||
| public interface io.dropwizard.java8.auth.Authenticator<C, P> { | public interface io.dropwizard.java8.auth.Authenticator<C, P extends java.s ecurity.Principal> { | |||
| public abstract java.util.Optional<P> authenticate(C) throws io.dropwizar d.auth.AuthenticationException; | public abstract java.util.Optional<P> authenticate(C) throws io.dropwizar d.auth.AuthenticationException; | |||
| } | } | |||
| End of changes. 1 change blocks. | ||||
| 1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/  | ||||