This commit is contained in:
Sebastian Sdorra
2013-05-02 08:43:23 +02:00
parent f4b0aa37da
commit c0eb4c3859
7 changed files with 85 additions and 136 deletions

View File

@@ -41,7 +41,6 @@ import com.google.inject.Inject;
import com.google.inject.Singleton;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.subject.PrincipalCollection;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@@ -325,20 +324,6 @@ public class DefaultSecuritySystem implements SecuritySystem
return permissions.build();
}
/**
* Method description
*
*
* @return
*/
@Override
public PrincipalCollection getSystemAccount()
{
// TODO
throw new UnsupportedOperationException("Not supported yet.");
}
//~--- methods --------------------------------------------------------------
/**