@ -44,7 +44,7 @@ public class JettyAcegiUserToken extends AbstractAdapterAuthenticationToken
@@ -44,7 +44,7 @@ public class JettyAcegiUserToken extends AbstractAdapterAuthenticationToken
}
protectedJettyAcegiUserToken(){
super();
thrownewIllegalArgumentException("Cannot use default constructor");
@ -38,8 +38,8 @@ public class GrantedAuthorityImpl implements GrantedAuthority {
@@ -38,8 +38,8 @@ public class GrantedAuthorityImpl implements GrantedAuthority {
this.role=role;
}
privateGrantedAuthorityImpl(){
super();
protectedGrantedAuthorityImpl(){
thrownewIllegalArgumentException("Cannot use default constructor");
@ -44,7 +44,7 @@ public class PrincipalAcegiUserToken extends AbstractAdapterAuthenticationToken
@@ -44,7 +44,7 @@ public class PrincipalAcegiUserToken extends AbstractAdapterAuthenticationToken
}
protectedPrincipalAcegiUserToken(){
super();
thrownewIllegalArgumentException("Cannot use default constructor");
@ -47,8 +47,8 @@ public class RunAsUserToken extends AbstractAuthenticationToken {
@@ -47,8 +47,8 @@ public class RunAsUserToken extends AbstractAuthenticationToken {