X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.security.core%2Fsrc%2Forg%2Fargeo%2Fsecurity%2Fcore%2FInternalAuthenticationProvider.java;fp=org.argeo.security.core%2Fsrc%2Forg%2Fargeo%2Fsecurity%2Fcore%2FInternalAuthenticationProvider.java;h=4b7e047baecbd5fe0ee843bec8fbc670b4dad37f;hb=a43673012d2827b0780c03f8a4fe862a6f7dfbf8;hp=0efabcde0fbe051259cd69fd61198a78ba46193d;hpb=63446804f4954bfedd50d8c692bde0fab13aa1ec;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 {