X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.security.core%2Fsrc%2Forg%2Fargeo%2Fsecurity%2Fcore%2FInternalAuthenticationProvider.java;h=4b7e047baecbd5fe0ee843bec8fbc670b4dad37f;hb=759a7c0396796565b231738b855c8b0a8413be6b;hp=0efabcde0fbe051259cd69fd61198a78ba46193d;hpb=f26fa850fab8c3666e6cc27683991f2d11378e5b;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.security.core/src/org/argeo/security/core/InternalAuthenticationProvider.java b/org.argeo.security.core/src/org/argeo/security/core/InternalAuthenticationProvider.java index 0efabcde0..4b7e047ba 100644 --- a/org.argeo.security.core/src/org/argeo/security/core/InternalAuthenticationProvider.java +++ b/org.argeo.security.core/src/org/argeo/security/core/InternalAuthenticationProvider.java @@ -7,6 +7,13 @@ import org.springframework.security.core.AuthenticationException; public class InternalAuthenticationProvider implements AuthenticationProvider { private String key; + public InternalAuthenticationProvider() { + } + + public InternalAuthenticationProvider(String key) { + this.key = key; + } + @Override public Authentication authenticate(Authentication arg0) throws AuthenticationException {