Home
Java
JSTL
Struts
Spring
Hibernate
Webservice
Eclipse
API
Guest Post
Menu
Explorer
hmac-auth-master
hmac-auth-cli
src
main
java
de
otto
hmac
cli
Churl.java
Configuration.java
hmac-auth-common
src
main
java
de
otto
hmac
HmacAttributes.java
StringUtils.java
authentication
RequestSigningUtil.java
WrappedOutputStream.java
WrappedOutputStreamContext.java
WrappedRequest.java
WrappedServletInputStream.java
test
java
de
otto
hmac
authentication
RequestSigningUtilTest.java
WrappedOutputStreamTest.java
WrappedRequestTest.java
hmac-auth-jersey-client
src
main
java
de
otto
hmac
authentication
jersey
HMACJerseyClient.java
filter
HMACJerseyClientFilter.java
HMACJerseyClientRequestAdapter.java
JerseyWrappedOutputStreamContext.java
test
java
de
otto
hmac
authentication
jersey
HMACJerseyClientTest.java
filter
HMACJerseyClientFilterTest.java
HMACJerseyClientRequestAdapterTest.java
hmac-auth-jersey2-client
src
main
java
de
otto
hmac
authentication
jersey2
filter
HmacJersey2ClientRequestFilter.java
Jersey2WrappedOutputStreamContext.java
package-info.java
test
java
de
otto
hmac
authentication
jersey2
test
JerseyServletTest.java
de.otto.hmac.authentication.jersey2.filter
HmacJersey2WriterInterceptorTest.java
hmac-auth-proxy
src
main
java
de
otto
hmac
proxy
CLIParameterToConfigurationReader.java
ProxyConfiguration.java
ProxyResource.java
ProxyServer.java
test
java
de
otto
hmac
proxy
CLIParameterToConfigurationReaderTest.java
ProxyResourceTest.java
hmac-auth-server
src
main
java
de
otto
hmac
DefaultHmacConfiguration.java
authentication
AuthenticationFilter.java
AuthenticationResult.java
AuthenticationService.java
HmacRequest.java
UserRepository.java
authorization
AllowedForRoles.java
AuthorizationException.java
AuthorizationService.java
DefaultAuthorizationService.java
HmacConfiguration.java
RoleRepository.java
RolesAuthorizationAspect.java
repository
FileSystemUserRepository.java
PropertyUserRepository.java
UserCredentials.java
UserCredentialsList.java
test
java
de
otto
hmac
authentication
AuthenticationFilterTest.java
AuthenticationServiceTest.java
RequestSigningFixture.java
authorization
DefaultAuthorizationServiceTest.java
repository
FileSystemUserRepositoryTest.java
PropertyUserRepositoryTest.java
hmac-auth-server-spring
src
main
java
de
otto
hmac
SpringConfiguration.java
package de.otto.hmac.authentication; public interface HmacRequest { }