Authenticator | Authenticator | |||
---|---|---|---|---|
Compiled from "Authenticator.java" | Compiled from "Authenticator.java" | |||
public interface io.dropwizard.auth.Authenticator<C, P extends java.securit y.Principal> { | public interface io.dropwizard.auth.Authenticator<C, P extends java.securit y.Principal> { | |||
public abstract com.google.common.base.Optional<P> authenticate(C) throws io.dropwizard.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/ |