357358359360361362363
return this.token; } @Override public String getName() { throw new NotImplementedException("StubbedAuthentication"); }
362363364365366367368
throw new NotImplementedException("StubbedAuthentication"); } @Override public GrantedAuthority[] getAuthorities() { throw new NotImplementedException("StubbedAuthentication"); }
367368369370371372373
throw new NotImplementedException("StubbedAuthentication"); } @Override public Object getCredentials() { throw new NotImplementedException("StubbedAuthentication"); }
372373374375376377378
throw new NotImplementedException("StubbedAuthentication"); } @Override public Object getDetails() { throw new NotImplementedException("StubbedAuthentication"); }
377378379380381382383
throw new NotImplementedException("StubbedAuthentication"); } @Override public Object getPrincipal() { throw new NotImplementedException("StubbedAuthentication"); }
382383384385386387388
throw new NotImplementedException("StubbedAuthentication"); } @Override public boolean isAuthenticated() { throw new NotImplementedException("StubbedAuthentication"); }
387388389390391392393
throw new NotImplementedException("StubbedAuthentication"); } @Override public void setAuthenticated(boolean arg0) throws IllegalArgumentException { throw new NotImplementedException("StubbedAuthentication"); }
186187188189190191192
return new ByteArrayInputStream(output.toByteArray()); } @Override public Resource createRelative(String arg0) throws IOException { throw new NotImplementedException("createRelative"); }
191192193194195196197
throw new NotImplementedException("createRelative"); } @Override public String getDescription() { throw new NotImplementedException("getDescription"); }
196197198199200201202
throw new NotImplementedException("getDescription"); } @Override public File getFile() throws IOException { throw new NotImplementedException("getFile"); }